-
Notifications
You must be signed in to change notification settings - Fork 40
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
[UX] Fixed: Button colors are inconsistent when Basis used as admin theme #5130
Comments
We also use red buttons for dangerous actions like deleting content. |
Thanks @hosef, I added that to the list above (though I haven't noticed any issues with danger buttons in Basis yet...) |
I haven't either. I just wanted to make sure it was on the list so the styles didn't get removed accidentally. |
HI @jenlampton , kindly review this PR. It will close this issue. |
I found a small coding standards issue that needs to be resolved. Since I was doing the testing while the PR was being created, it would be best if someone else could test it. Testing can be done in the sandbox on the PR. |
@jenlampton Hi! Changes were made as you suggested and I have tested these changes positively. |
Looks great, this PR is RTBC and I've adjusted the milestone so it should get into the next release! |
Thanks to @thivyaa-web-dev for this PR, and to @jenlampton and @himanshu007-creator for testing and review! I've merged backdrop/backdrop#3668 into 1.x and 1.19.x in backdrop/backdrop#3668 |
Description of the bug
We should have four distinct button colors:
Every time there is a button in the admin theme, it should be gray, unless it also has a class for primary or secondary, in which case it should take on the specific color.
Steps To Reproduce
To reproduce the behavior:
Actual behavior
Many buttons are blue, when they should be white or gray.
Expected behavior
Only the "Save" button should be blue.
The text was updated successfully, but these errors were encountered: