stable
Clone or download
Read-only
request #17979: Replace $ui-color-* by $tlp-ui-*
FlamingParrot defines its own set of colors via $ui-color-(danger|info|warning|success). However this definition is a duplicate from TLP counterparts ($tlp-ui-(danger|info|warning|success)). Having two different variables for the same color in Tuleap application is not nice since: * it duplicates the color value definition * it forces the developer to have a separate stylesheet (one for BP, one for FP) when such color must be used A first commit got rid of the first point by setting the value of $ui-color-* with $tlp-ui-*. See git #tuleap/stable/5dff416d27fe3d26d3485f48f4ec139a1dc26240 for details. The proposal is to remove all usages of $ui-color-* and use $tlp-ui-* instead. Change-Id: Ied0d3aa84a937135ee0acc023035fc8e7f6a2a08
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/themes/FlamingParrot/css/style.scss | +10 | −10 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_bootstrap-overrides.scss | +21 | −37 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_browser-deprecation-modal.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_feedback.scss | +9 | −9 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_help-dropdown.scss | +3 | −3 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_invite-buddies.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_list-picker.scss | +5 | −5 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_navbar.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_platform-banner.scss | +3 | −3 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_project-banner.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_sidebar.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_switch-to.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-blue.scss | +0 | −10 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-bluegrey.scss | +0 | −10 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-green.scss | +0 | −10 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-orange.scss | +0 | −10 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-purple.scss | +0 | −10 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-red.scss | +0 | −10 | Go to diff View file |