feat: Added search bar to navigation panel for searching tags and smart views (#2815)

This commit is contained in:
Aman Harwara
2024-02-02 16:07:55 +05:30
committed by GitHub
parent 50c1977410
commit b07abaa5df
19 changed files with 396 additions and 191 deletions

View File

@@ -26,10 +26,6 @@ $content-horizontal-padding: 16px;
font-size: 12px;
}
.no-tags-placeholder {
padding: 0px $content-horizontal-padding;
}
.root-drop {
width: '100%';
padding: 12px;
@@ -50,6 +46,10 @@ $content-horizontal-padding: 16px;
.tag {
border: 0;
background-color: transparent;
&:focus:not(.selected) {
background-color: var(--navigation-item-selected-background-color);
}
}
.tag,