From 9c1265181c475202b38e55bd07ec5353dc5462ca Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Mon, 6 Jul 2015 23:48:16 +0000 Subject: [PATCH] List tables: Get rid of double borders for plugins and themes on narrow screens. see #32395. git-svn-id: https://develop.svn.wordpress.org/trunk@33099 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/list-tables.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css index 3f00b4255c..29443bbdb2 100644 --- a/src/wp-admin/css/list-tables.css +++ b/src/wp-admin/css/list-tables.css @@ -1924,11 +1924,17 @@ div.action-links, padding-bottom: 4px; } - .plugins tr.active + tr.inactive td, - .wp-list-table.plugins .plugin-title, - .wp-list-table.plugins .theme-title { + .plugins #the-list tr > td:not(:last-child), + .plugins #the-list .update th, + .plugins #the-list .update td, + .wp-list-table.plugins #the-list .theme-title { -webkit-box-shadow: none; box-shadow: none; + border-top: none; + } + + .plugins #the-list tr td { + border-top: none; } .plugins tbody { @@ -1958,7 +1964,7 @@ div.action-links, background-color: #fef7f1; } - .plugins .plugin-update-tr .plugin-update { + .plugins #the-list .plugin-update-tr .plugin-update { border-left: none; }