mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
display nested folders
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user