Make WordPress Core

Changeset 42810


Ignore:
Timestamp:
03/08/2018 11:19:08 PM (7 years ago)
Author:
afercia
Message:

Accessibility: Underline the links in the Plugins descriptions and update notices.

Links within blocks and lines of text should always be underlined.

Props Travel_girl, chetan200891, Shital Patel.
Fixes #42647.

File:
1 edited

Legend:

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

    r41755 r42810  
    13511351}
    13521352
     1353.plugins .plugin-description a,
     1354.plugins .plugin-update a,
     1355.updates-table .plugin-title a {
     1356    text-decoration: underline;
     1357}
     1358
    13531359.plugin-card .update-now:before {
    13541360    color: #f56e28;
Note: See TracChangeset for help on using the changeset viewer.