mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 10:28:20 +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 {
|
||||
list-style-type: none;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul:has(li.has-checkbox) {
|
||||
padding-left: 0;
|
||||
.list-item-checkbox {
|
||||
margin-left: -1.33em;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-spin {
|
||||
|
Reference in New Issue
Block a user