mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 03:59:51 +08:00
Fix red dot icon for projects filters
This commit is contained in:
parent
64c0875b09
commit
0837c73794
1 changed files with 4 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue