Skip to content

Bug fix for .lib-button-reset() not resetting text color #34445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: 2.4-develop
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions lib/web/css/source/lib/_buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
-moz-box-sizing: content-box; // Hack: fix Firefox button line-height problem
border: 0;
box-shadow: none;
.lib-css(color, @primary__color);
line-height: inherit;
margin: 0;
padding: 0;
Expand Down