You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
button border color (@btnBorder) is always overridden by the reset. .btn border-color is first set to #c5c5c5 then second directive with transparency is applied.
Seems that @btnBorder should be updated to #c5c5c5 and the extra .btn border reset removed, but that would subtly change the existing button border.
See the comment:
b979cd9#commitcomment-2373976
button border color (
@btnBorder
) is always overridden by the reset..btn
border-color is first set to#c5c5c5
then second directive with transparency is applied.Seems that
@btnBorder
should be updated to#c5c5c5
and the extra.btn
border reset removed, but that would subtly change the existing button border.My current hack is to add this to my build:
Issues seems fairly self-evident from
buttons.less
, but let me know if I need a more detailed test case.The text was updated successfully, but these errors were encountered: