•  
      request #17979 Replace $ui-color-* by $tlp-ui-*
    Infos
    #17979
    Nicolas Terray (nterray)
    2020-11-18 11:59
    2020-11-10 16:44
    19503
    Details
    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 usage of $ui-color-* and use $tlp-ui-* instead.

    TLP
    development
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Nicolas Terray (nterray)
    Closed
    2020-11-18
    Attachments
    Empty
    References

    Follow-ups