Changes between Version 1 and Version 2 of Ticket #61787, comment 11
- Timestamp:
- 08/01/2024 10:04:45 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61787, comment 11
v1 v2 4 4 If this could be fixed in the editor, I would prefer that instead of changing the theme. GB61638 clearly [https://github.com/WordPress/gutenberg/blob/78a3e71ec3ff85944324c99b4128d6cb5cac5542/packages/block-library/src/separator/style.scss#L28 considered the Dots style], but I question whether any theme's JSON global styles should override rules such as the `auto` height or the pseudo-element `content` property. The same change also //increased// CSS specificity for the border styles after they were reduced in GB60740. 5 5 6 I think @poena was suggesting that the theme might reduce the specificity for its `.entry-content hr` rules. I made [attachment:"61787.reduce-specificity.diff"] to consider that option ( as well asPR 7110).6 I think @poena was suggesting that the theme might reduce the specificity for its `.entry-content hr` rules. I made [attachment:"61787.reduce-specificity.diff"] to consider that option (in case it might be better than PR 7110). 7 7 8 8 {{{