Making WordPress.org


Ignore:
Timestamp:
05/31/2018 12:51:13 PM (7 years ago)
Author:
netweb
Message:

Support Theme: Update CSS to meet WordPress CSS Coding Standards

See https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/navigation/_links.scss

    r4779 r7256  
    55
    66    &:visited {
     7
    78        /* Override wp4.css */
    89        color: $color__link;
    910    }
     11
    1012    &:hover,
    1113    &:focus,
    1214    &:active {
     15
    1316        /* Override wp4.css */
    1417        color: $color__link;
    1518        text-decoration: underline;
    1619    }
     20
    1721    &.button:hover,
    1822    &.button:focus,
     
    2024        text-decoration: none;
    2125    }
     26
    2227    &:focus {
    2328        outline: thin dotted;
    2429    }
     30
    2531    &:hover,
    2632    &:active {
Note: See TracChangeset for help on using the changeset viewer.