Make WordPress Core

Changeset 38347


Ignore:
Timestamp:
08/24/2016 03:42:13 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Administration: Underline links in the admin footer for better accessibility.

Props Presskopp.
Fixes #37529.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r38306 r38347  
    20992099}
    21002100
    2101 #wpfooter a {
    2102     text-decoration: none;
    2103 }
    2104 
    2105 #wpfooter a:hover {
    2106     text-decoration: underline;
    2107 }
    2108 
    21092101/*------------------------------------------------------------------------------
    21102102  25.0 - Tabbed Admin Screen Interface (Experimental)
Note: See TracChangeset for help on using the changeset viewer.