style for folder and collection icon on active
This commit is contained in:
parent
85d4da7def
commit
26a0b704a0
|
@ -115,6 +115,10 @@ textarea {
|
|||
a {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
&.active .fa-li {
|
||||
left: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -131,7 +135,6 @@ textarea {
|
|||
|
||||
&.active {
|
||||
background-color: darken($background-color-alt, 5%);
|
||||
border-radius: $border-radius;
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
padding-left: 15px;
|
||||
|
|
Loading…
Reference in New Issue