venissieux: don't include animated bottom border for more items link (#27970)

This commit is contained in:
Frédéric Péters 2018-11-14 09:08:23 +01:00
parent 94c446705c
commit 31f734466e
1 changed files with 6 additions and 0 deletions

View File

@ -240,3 +240,9 @@ div#steps ol li.current {
div.meetings_table span.selectable.on {
background: $secondary-color;
}
div.wcsformsofcategorycell ul li.more-items {
&::after {
content: none;
}
}