Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #61787, comment 11


Ignore:
Timestamp:
08/01/2024 10:04:45 PM (6 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61787, comment 11

    v1 v2  
    44If 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.
    55
    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 as PR 7110).
     6I 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).
    77
    88{{{