css: add style for disabled line in objects list (#59678)

This commit is contained in:
Frédéric Péters 2021-12-14 14:35:12 +01:00
parent 5a5a67f73c
commit f98dfe10da
1 changed files with 6 additions and 0 deletions

View File

@ -742,6 +742,12 @@ ul.objects-list li {
min-height: 2.5em;
line-height: 2.5em;
break-inside: avoid;
&.disabled {
background: #eee;
a {
color: #999;
}
}
}
ul.objects-list.single-links li {