From 4fef5ff72146977bb0d4a7778d7605765337dcda Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Thu, 8 Mar 2018 23:19:08 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@42810 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/list-tables.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index 495c49b2fd..4c88a141b3 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -1350,6 +1350,12 @@ ul.cat-checklist { margin: 0.5em 0; } +.plugins .plugin-description a, +.plugins .plugin-update a, +.updates-table .plugin-title a { + text-decoration: underline; +} + .plugin-card .update-now:before { color: #f56e28; content: "\f463";