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 hover states should use the colors defined by @notify-btn-hover or @notify-btn-inverted-hover
Actual behaviour
Hover colors are being overridden by this style in less/core/buttons.less. That selector is more specific than the selector in less/core/notify.less. So, it ends up using @btn-color-hover and @btn-color-inverted-hover instead.
The text was updated successfully, but these errors were encountered:
Subject of the issue
The Notify button hover states are incorrect and do not use
@notify-btn-hover
or@notify-btn-inverted-hover
.Your environment
Steps to reproduce
Color variables to use:
Expected behaviour
Button hover states should use the colors defined by
@notify-btn-hover
or@notify-btn-inverted-hover
Actual behaviour
Hover colors are being overridden by this style in less/core/buttons.less. That selector is more specific than the selector in less/core/notify.less. So, it ends up using
@btn-color-hover
and@btn-color-inverted-hover
instead.The text was updated successfully, but these errors were encountered: