stable

Clone or download

Read-only

feat: Use color tracker as top border for tooltip

The top border (and the arrow) for an artifact is the same border than the color of the tracker. Part of story #26777: have artifact tooltips on roadmap Change-Id: I99027801aac2b883745bb4995da3f571f1e46434

Modified Files

Name
M lib/frontend/tooltip/src/tooltip.js +4 −0 Go to diff View file
M plugins/docman/include/docmanPlugin.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tooltip/TooltipFetcher.php +4 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/TooltipFetcherTest.php +11 −2 Go to diff View file
M src/common/Layout/TooltipJSON.php +22 −12 Go to diff View file
M src/common/User/Profile/ProfileAsJSONForTooltipController.php +1 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss +17 −0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss +17 −0 Go to diff View file
M tests/unit/common/User/Profile/ProfileAsJSONForTooltipControllerTest.php +1 −1 Go to diff View file