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

display nested folders

This commit is contained in:
Kyle Spearrin
2018-10-25 09:38:52 -04:00
parent 8da1bb13ff
commit 1390d7eb1d
4 changed files with 28 additions and 12 deletions

View File

@@ -207,6 +207,12 @@ input, select, textarea {
left: -24px;
}
}
ul {
&.carets {
margin-left: 0.85em;
}
}
}
.modal-dialog {
@@ -419,13 +425,13 @@ app-vault-groupings, app-org-vault-groupings {
}
li.active {
.show-active {
> .show-active, > div .show-active {
display: inline;
}
}
li.active {
a:first-child {
> a:first-child, > div a:first-child {
font-weight: bold;
color: theme-color("primary");
}