-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
No button-primary__font-weight #15832
Comments
@DanielRuf Primary button also don't have font-size and font-family variable and falling back to regular button settings. Not sure if it should be added? If yes, It's "good first issue" :) |
Hi @DanielRuf. Thank you for your report. The fix will be available with the upcoming 2.2.6 release. |
Hi @DanielRuf. Thank you for your report. The fix will be available with the upcoming 2.1.15 release. |
Hi @DanielRuf. Thank you for your report. The fix will be available with the upcoming 2.3.0 release. |
Preconditions
Magento 2.2.4
Steps to reproduce
There is no
@button-primary__font-weight
for setting the font weight of the primary buttons.(under lib/web/css/source/lib/variables/_buttons.less)
Expected result
Possibility to change only primary button font-weight without changing regular button font-weight with less variables
Actual result
Primary button don't have specific variable and falling back to variable @button__font-weight
The text was updated successfully, but these errors were encountered: