1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02: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 {
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;