1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

highlight active cipher and default folder for add

This commit is contained in:
Kyle Spearrin
2018-01-29 17:57:58 -05:00
parent 6d23338aa4
commit 7d2d4eafcb
5 changed files with 17 additions and 10 deletions

View File

@@ -34,11 +34,16 @@
background-color: $list-item-hover;
}
&:not(:hover):focus {
&.active {
border-left: 5px solid $brand-primary;
padding-left: 5px;
}
&:focus:not(.active) {
border-left: 5px solid $text-muted;
padding-left: 5px;
}
.text, .detail {
white-space: nowrap;
overflow: hidden;