mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
Administration: Fix background color of plugin update row on small screens.
When the color change was done, the background of plugins with updates had to be manually changed. This section was missed, which caused a visual bug. This fix also removes some redundant CSS for the same element. Follow-up to [50025]. Props afragen. Fixes #52452. git-svn-id: https://develop.svn.wordpress.org/trunk@50237 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2073,11 +2073,6 @@ div.action-links,
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.plugins .active.update + .plugin-update-tr:before {
|
||||
border-left: 4px solid #d63638;
|
||||
background-color: #f6f7f7;
|
||||
}
|
||||
|
||||
.plugins #the-list .plugin-update-tr .plugin-update {
|
||||
border-left: none;
|
||||
}
|
||||
@@ -2087,7 +2082,7 @@ div.action-links,
|
||||
}
|
||||
|
||||
.plugins .active.update + .plugin-update-tr:before {
|
||||
background-color: #fff;
|
||||
background-color: #f0f6fc;
|
||||
border-left: 4px solid #72aee6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user