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
We are planning to update the User Interface and most likely we can refactor some classes and make the following improvements.
.status-archived
.breadcrumb__item-**
.file
.form__field-extra-label
.btn--icon-large
.no-text
.btn--no-text
.btn-light
.btn-hide-outline
.CMSPageEditController
.CMSPageSettingsController
this.props.visible
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We are planning to update the User Interface and most likely we can refactor some classes and make the following improvements.
CSS
.status-archived
class name with .badge--[modifier]. See.breadcrumb__item-**
fix Bootstrap clash. See and here.file
ccs class name to a different class name as it conflicts with default bootstrap. See.form__field-extra-label
. See.btn--icon-large
to be deprecated across CMS. Check that we don't use this class name..no-text
classes for.btn--no-text
.btn-light
. See.btn-hide-outline
- change word "outline" to border. See.CMSPageEditController
,.CMSPageSettingsController
- move out of layout. SeeJS
this.props.visible
as null. SeeThe text was updated successfully, but these errors were encountered: