mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Menus: Revert unintentional changes in [56449].
Accidentally committed two simultaneous patches; reverting unintended list table changes. Unprops joedolson. See #56594. git-svn-id: https://develop.svn.wordpress.org/trunk@56450 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -570,7 +570,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.check-column label {
|
||||
.check-column .label-covers-full-cell {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
@@ -579,12 +579,12 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.check-column input {
|
||||
.check-column .label-covers-full-cell + input {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.check-column:hover input {
|
||||
.check-column .label-covers-full-cell:hover + input {
|
||||
box-shadow: 0 0 0 1px #2271b1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user