Ticket #61787: 61787.reduce-specificity.diff
File 61787.reduce-specificity.diff, 1.7 KB (added by , 6 months ago) |
---|
-
src/wp-content/themes/twentytwenty/style-rtl.css
416 416 margin: 4rem 0; 417 417 } 418 418 419 .entry-content hr,419 .entry-content :where(hr:not(.is-style-dots)), 420 420 hr.styled-separator { 421 421 background: linear-gradient(to right, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px)); 422 422 background-color: transparent !important; … … 431 431 color: #6d6d6d; 432 432 } 433 433 434 .entry-contenthr::before,435 .entry-contenthr::after,434 :where(.entry-content) hr::before, 435 :where(.entry-content) hr::after, 436 436 hr.styled-separator::before, 437 437 hr.styled-separator::after { 438 438 background: currentColor; -
src/wp-content/themes/twentytwenty/style.css
416 416 margin: 4rem 0; 417 417 } 418 418 419 .entry-content hr,419 .entry-content :where(hr:not(.is-style-dots)), 420 420 hr.styled-separator { 421 421 background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px)); 422 422 background-color: transparent !important; … … 431 431 color: #6d6d6d; 432 432 } 433 433 434 .entry-contenthr::before,435 .entry-contenthr::after,434 :where(.entry-content) hr::before, 435 :where(.entry-content) hr::after, 436 436 hr.styled-separator::before, 437 437 hr.styled-separator::after { 438 438 background: currentColor;