1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

added collpase/expand functions to groupings

This commit is contained in:
Kyle Spearrin
2018-11-09 17:45:01 -05:00
parent f0407e4327
commit 95b91f0ce2
7 changed files with 40 additions and 12 deletions

View File

@@ -424,6 +424,12 @@ app-vault-groupings, app-org-vault-groupings {
display: none;
}
li {
> .fa, > div > .fa {
cursor: pointer;
}
}
li.active {
> .show-active, > div .show-active {
display: inline;
@@ -431,10 +437,14 @@ app-vault-groupings, app-org-vault-groupings {
}
li.active {
> a:first-child, > div a:first-child {
> a:first-of-type, > div a:first-of-type {
font-weight: bold;
color: theme-color("primary");
}
> .fa, > div > .fa {
color: theme-color("primary");
}
}
}
}