scss: distinguish titles of disabled sections (#47902)

This commit is contained in:
Serghei Mihai 2020-10-08 14:43:52 +02:00
parent 8e13b075dd
commit 6df0438bf6
1 changed files with 6 additions and 0 deletions

View File

@ -1245,6 +1245,12 @@ div.section {
}
}
}
&.disabled {
> h2, > h3 {
background: #ccc;;
background: linear-gradient(to right, #666 30%, #bbb 100%);
}
}
}
.varname {