Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60408, comment 5


Ignore:
Timestamp:
07/19/2024 11:42:03 AM (19 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60408, comment 5

    initial v1  
    22
    331. If {{{.entry .entry-content}}} can be removed without changing the post content's appearance, that would be my preference. However, those styles may need a higher specificity to override something.
    4 2. If the selectors need higher specificity but one class is enough, I would suggest replacing {{{.entry .entry-content}}} with {{{.site}}}. The color patterns function uses `.entry .button` (without `.entry-content`), which suggests that that needed to override a selector.
     42. If the selectors need higher specificity but one class is enough, I would suggest replacing {{{.entry .entry-content}}} with {{{.site}}}. The color patterns function uses `.entry .button` (without `.entry-content`), which suggests that that needed one extra class to override a selector.
    553. If it needs two class-level selectors, {{{:root .site}}} might work.
    664. Hopefully the stylesheet would not need to copy all of those selectors with a {{{.widget-area}}} variation.