You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The style for the separator block uses !important, making it so the theme has to also use !important to override the style.
Perhaps these styles should be in the theme.css instead of style.css, so they can be optional?
The text was updated successfully, but these errors were encountered:
Noting that this behaviour is still the case (!important being added when a background is selected) but given it is the norm now to expect that a user can overide the theme's styles when specifically setting a background - I wonder if this is ok, and the issue can be closed?
Describe the bug
gutenberg/packages/block-library/src/separator/style.scss
Line 13 in 2d908df
The style for the separator block uses
!important
, making it so the theme has to also use!important
to override the style.Perhaps these styles should be in the theme.css instead of style.css, so they can be optional?
The text was updated successfully, but these errors were encountered: