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:
Jb Audras
2023-07-05 07:06:10 +00:00
parent 77c59ac4f1
commit f83f5100ed

View File

@@ -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;
}