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
.lib-button-as-link(); was only using its @_link-color for disabled
variants. It was also inefficiently emitting both the default .lib-link()
hover colors, and the mixin's own provided @_link-color-hover
variant.
Let's bring both arguments into the actual .lib-link() call
instead.
0 commit comments