Opened 11 months ago
Last modified 11 months ago
#49892 new defect (bug)
Twenty Sixteen: Gutenberg Button block do not overwrite theme style
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.4 |
Component: | Bundled Theme | Keywords: | 2nd-opinion has-screenshots |
Focuses: | css | Cc: |
Description
CSS style from: wp-block-library-theme | wp-includes/css/dist/block-library/theme.min.css
.entry-content .wp-block-button__link { background: #1a1a1a; color: #fff; }
CSS style from: twentysixteen-block-style | wp-content/themes/twentysixteen/css/blocks.css
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background { ~~background: linear-gradient(135deg,#0693e3,#9b51e0);~~ }
Example:
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Before