File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
src/svelte/shared/components Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 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% ;
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 >
You can’t perform that action at this time.
0 commit comments