nancy-2017: adjust cell list item style (broken by #23977)

This commit is contained in:
Frédéric Péters 2018-07-27 09:15:06 +02:00
parent a6eaaae02f
commit 690274e476
1 changed files with 6 additions and 1 deletions

View File

@ -26,8 +26,13 @@ button {
text-decoration: none;
}
#content .wcsformsofcategorycell a {
display: block;
}
#content .wcsformsofcategorycell a::before,
#content .wcsformcell a::before,
#content .cell li a::before {
#content .cell li a > span:first-child::before {
font-family: 'icons-default';
content: "\e017 ";
color: $red;