Making WordPress.org


Ignore:
Timestamp:
06/19/2016 09:35:47 AM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Correct link colors.

See #1719.

File:
1 edited

Legend:

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

    r3346 r3454  
    55
    66        &:visited {
    7                 color: $color__link-visited;
     7                /* Override wp4.css */
     8                color: $color__link;
    89        }
    910        &:hover,
    1011        &:focus,
    1112        &:active {
    12                 color: $color__link-hover;
     13                /* Override wp4.css */
     14                color: $color__link;
     15                text-decoration: underline;
     16        }
     17        &.button:hover,
     18        &.button:focus,
     19        &.button:active {
     20                text-decoration: none;
    1321        }
    1422        &:focus {
Note: See TracChangeset for help on using the changeset viewer.