-
Notifications
You must be signed in to change notification settings - Fork 67
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
Bug: No easy way to set buttons to squared style with the Open edX theme #3038
Comments
@yusuf-musleh I think you mean "with the Open edX theme"; the edX theme makes all the buttons square. |
@bradenmacdonald Thanks for catching that! Updated the title. |
@yusuf-musleh The Open edX theme is supposed to have rounded corners in its current state. That said, the specific component in your screenshot above has a bug where it overrides the default button style to have Regarding theme customization: If you are developing a custom Paragon theme, you may override the default button styles as needed. Paragon currently relies on SCSS variables to customize styles such as See Paragon's |
@adamstankiewicz I think the bigger problem is that having a rounded button next to a square search field doesn't look good at all. So simply making the searchfield button follow the theme's "roundedness" is not an ideal fix. I suppose if I think we just need some direction on whether SearchField is wrong for overriding the radius and/or for not using inputgroup, or whether the open edx theme has deeper issues with having square inputs but rounded buttons. Or both :p |
Bugs
In the current Open edX theme, there doesn't seem to be a way to easily set buttons to be "squared". This also affects the focus border styles, as it doesn't match the shape of the buttons. You can see this in the default submit button for the
SearchField
component.The text was updated successfully, but these errors were encountered: