Make WordPress Core

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


Ignore:
Timestamp:
08/01/2024 10:03:41 PM (8 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61787, comment 11

    initial v1  
    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.
     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 (as well as PR 7110).
    77
    88{{{