1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-07 09:31:31 +01:00

style for folder and collection icon on active

This commit is contained in:
Kyle Spearrin 2018-01-27 10:05:56 -05:00
parent 85d4da7def
commit 26a0b704a0

View File

@ -115,6 +115,10 @@ textarea {
a { a {
padding-left: 12px; padding-left: 12px;
} }
&.active .fa-li {
left: 4px;
}
} }
} }
@ -131,7 +135,6 @@ textarea {
&.active { &.active {
background-color: darken($background-color-alt, 5%); background-color: darken($background-color-alt, 5%);
border-radius: $border-radius;
margin-left: -15px; margin-left: -15px;
margin-right: -15px; margin-right: -15px;
padding-left: 15px; padding-left: 15px;