mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 12:04:40 +08:00
FIX: Nested list checkboxes css (#26581)
regressed in 6cf7447cb90b0ca632747d56ca2f5f0eed06d15c
This commit is contained in:
@ -62,11 +62,10 @@ span.chcklst-box {
|
|||||||
|
|
||||||
ul li.has-checkbox {
|
ul li.has-checkbox {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul:has(li.has-checkbox) {
|
.list-item-checkbox {
|
||||||
padding-left: 0;
|
margin-left: -1.33em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-spin {
|
.fa-spin {
|
||||||
|
Reference in New Issue
Block a user