mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
94cd2d47eb
commit
9c1265181c
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user