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
When a ghost button (.btn-ghost-*) has the active state, tha background color is using the tint-color() mixin to give it a lighter golor than the theme color. This works on light/white backgrounds but on darker backgrounds it is just to bright.
The active background color should be transparent just like the hover background color.
I will make a PR with this change, but the quick fick for the source files is to change:
When a ghost button (
.btn-ghost-*
) has the active state, tha background color is using thetint-color()
mixin to give it a lighter golor than the theme color. This works on light/white backgrounds but on darker backgrounds it is just to bright.The active background color should be transparent just like the hover background color.
I will make a PR with this change, but the quick fick for the source files is to change:
to...
...in the file
mixins\_bcss-buttons.scss
.The text was updated successfully, but these errors were encountered: