We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Notify icon button border-radius is hardcoded at 50%. This should be replaced with a variable as per @item-border-radius and @btn-border-radius.
border-radius
50%
@item-border-radius
@btn-border-radius
Ref: issue raised on previous PR #448 (comment)
Update: this also applies to .drawer__btn.
The text was updated successfully, but these errors were encountered:
This is being addressed in Adapt buttons #469.
See draft PR. A generic UI variable sets the border-radius for Notify and Drawer views. The default value is 50% as per the current display.
Sorry, something went wrong.
kirsty-hames
Successfully merging a pull request may close this issue.
Subject of the enhancement
Notify icon button
border-radius
is hardcoded at50%
. This should be replaced with a variable as per@item-border-radius
and@btn-border-radius
.Ref: issue raised on previous PR #448 (comment)
Update: this also applies to .drawer__btn.
The text was updated successfully, but these errors were encountered: