mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Administration: CSS selector correction for list table checkboxes.
This replaces `.check-column .label-covers-full-cell input` selector with `.check-column .label-covers-full-cell + input`. Follow-up to [55954]. Props sabernhardt. Fixes #21516. git-svn-id: https://develop.svn.wordpress.org/trunk@56135 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -579,7 +579,7 @@ th.sorted.desc:hover .sorting-indicator.asc:before {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.check-column .label-covers-full-cell input {
|
||||
.check-column .label-covers-full-cell + input {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user