Making WordPress.org

Changeset 8035


Ignore:
Timestamp:
01/07/2019 05:32:17 AM (6 years ago)
Author:
dd32
Message:

Gutenberg Theme: Define an :focus colour for the Gutenberg Handbook menu items, and a more useful default a:visited link colour.

Props aniketpatel for :focus.
Fixes #4040.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css

    r8029 r8035  
    528528}
    529529
    530 a:visited {
    531   color: #333;
    532 }
    533 
    534 a:hover, a:focus, a:active {
     530a:visited, a:hover, a:focus, a:active {
    535531  color: #00a0d2;
    536532}
     
    15201516  color: #0073aa;
    15211517}
     1518.menu-table-of-contents-container ul a:focus:not(.active) {
     1519  color: #fff
     1520}
    15221521.menu-table-of-contents-container > ul > li:last-child {
    15231522  border-bottom: 1px solid rgba(0,0,0,0.05);
Note: See TracChangeset for help on using the changeset viewer.