Fix red dot icon for projects filters

This commit is contained in:
Mojca Lorber 2021-01-18 14:02:28 +01:00
parent 64c0875b09
commit 0837c73794

View file

@ -708,16 +708,10 @@ li.module-hover {
}
}
&.filters-applied::after {
background: $brand-danger;
border: 1px solid $color-white;
border-radius: 50%;
content: "";
height: .5em;
left: 1.5em;
position: absolute;
top: .5em;
width: .5em;
&.filters-applied .filter-button::after {
@include red-dot;
right: .35em;
top: .3em;
}
.connect-line {