Opened 5 years ago
Last modified 5 years ago
#49933 new defect (bug)
Some classes have no specificity on the back end admin area
Reported by: | saltnpixels | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.4 |
Component: | Administration | Keywords: | |
Focuses: | css, administration | Cc: |
Description
Now that we are using Gutenberg themes and blocks are adding more css to the back end to make our blocks have certain styles to match the front end.
Some classes like .card have issues because, while in our code we might have .special-block .card, the WordPress styles have .card with no added specificity and this makes adding styles difficult on the back end.
Can more specificity be added so that classes like this will be able to be used?
Change History (3)
Note: See
TracTickets for help on using
tickets.