Skip to content

Commit bcce9c9

Browse files
committed
refactor: move up
1 parent 0643e88 commit bcce9c9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/svelte/shared/components/search-select.svelte

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,22 @@
157157
max-width: 300px;
158158
}
159159
160+
.vault-explorer-dropdown {
161+
position: absolute;
162+
top: calc(100% + 5px);
163+
background-color: var(--dropdown-background);
164+
box-shadow: var(--input-shadow);
165+
width: 100%;
166+
max-height: 175px;
167+
overflow-y: auto;
168+
z-index: 999;
169+
color: var(--text-normal);
170+
font-size: var(--font-ui-small);
171+
line-height: var(--line-height-tight);
172+
font-weight: var(--input-font-weight);
173+
border-radius: var(--input-radius);
174+
}
175+
160176
.vault-explorer-dropdown-icon {
161177
position: absolute;
162178
top: 50%;
@@ -186,20 +202,4 @@
186202
.vault-explorer-dropdown-item:focus-visible {
187203
box-shadow: inset 0 0 0 2px var(--background-modifier-border-focus);
188204
}
189-
190-
.vault-explorer-dropdown {
191-
position: absolute;
192-
top: calc(100% + 5px);
193-
background-color: var(--dropdown-background);
194-
box-shadow: var(--input-shadow);
195-
width: 100%;
196-
max-height: 175px;
197-
overflow-y: auto;
198-
z-index: 999;
199-
color: var(--text-normal);
200-
font-size: var(--font-ui-small);
201-
line-height: var(--line-height-tight);
202-
font-weight: var(--input-font-weight);
203-
border-radius: var(--input-radius);
204-
}
205205
</style>

0 commit comments

Comments
 (0)