-
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
[Issue] Use Variable for border-radius #28674
Comments
Hi @engcom-Alfa. Thank you for working on this issue.
|
Hi @engcom-Delta. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Alfa Issue Available: @engcom-Alfa, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @m2-assistant[bot]. Thank you for your report.
The fix will be available with the upcoming 2.4.2 release. |
Preconditions:
This issue is automatically created based on existing pull request: #28548: Use Variable for border-radius
The border-radius was hardcoded, so i changed it to: @button__border-radius
Steps to reproduce:
Variable @button__border-radius is defined in
lib/web/css/source/lib/variables/_buttons.less
library and has default value for border-radius = 3pxActual Result
Expected Result
We don't need to hardcoded value if we use the default value for the border-radius
The text was updated successfully, but these errors were encountered: