-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Inconsistent use of :disabled and [disabled] #25316
Comments
the |
As far as I know, |
ah, right you are, my mistake. |
agree that settling on |
As well
:disabled
as[disabled]
are used.bootstrap/scss/mixins/_buttons.scss
Lines 29 to 37 in fa3de5c
It would be a bit more consistent to use
:disabled
everywhere.The text was updated successfully, but these errors were encountered: