[wp-trac] [WordPress Trac] #60484: Twenty Twenty-Two: The Quote block border width is thicker on the front end than in the editor
WordPress Trac
noreply at wordpress.org
Mon Feb 26 23:42:33 UTC 2024
#60484: Twenty Twenty-Two: The Quote block border width is thicker on the front end
than in the editor
--------------------------+---------------------
Reporter: viralsampat | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.5
Component: Editor | Version: 6.3
Severity: normal | Resolution: fixed
Keywords: | Focuses: css
--------------------------+---------------------
Comment (by isabel_brison):
Yes, this was fixed by #60280!
Previously, the block-specific global styles were being added to `<style
id='wp-block-quote-inline-css'>`, which comes before `<style id='wp-block-
quote-theme-inline-css'>`, so the theme.scss styles were overriding the
global styles.
After #60280, all global styles are added to `<style id='global-styles-
inline-css'>`, which comes after both those tags, so the styles are no
longer overridden.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60484#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list