From 455ad2fd449a924cf6906c68acdaaccc835d4d8a Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sun, 6 Dec 2015 21:59:26 +0000 Subject: [PATCH] Notices: improve styling consistency of links within notices. For accessibility, links inside lines or blocks of text should be always underlined. Props walbo. Fixes #34606. git-svn-id: https://develop.svn.wordpress.org/trunk@35801 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 1 - src/wp-admin/css/themes.css | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 94458be693..2fb64a31f6 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -1336,7 +1336,6 @@ div.error p, .updated a { padding-bottom: 2px; - text-decoration: none; } .notice-alt { diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 3b9cc46e31..89fafd5f14 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -45,10 +45,6 @@ clear: both; } -.themes-php div.updated a { - text-decoration: underline; -} - /** * Main theme element * (has flexible margins)