feat: Added search bar to navigation panel for searching tags and smart views (#2815)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user