Making WordPress.org

Ticket #4040: 4040.diff

File 4040.diff, 662 bytes (added by aniketpatel, 6 years ago)

Patch.

  • wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css
    index ebd8952..6a987ad 100644
    a b h2.toc-heading + h3.toc-heading:target { 
    15031503.menu-table-of-contents-container ul a:visited:not(:hover) {
    15041504  color: #0073aa;
    15051505}
     1506.menu-table-of-contents-container ul a:focus:not(.active) {
     1507  color: #fff
     1508}
    15061509.menu-table-of-contents-container > ul > li:last-child {
    15071510  border-bottom: 1px solid rgba(0,0,0,0.05);
    15081511}