Skip to content

Commit 0cdf1ca

Browse files
committed
fix(combobox): Combobox ticks always appeared as ticked
1 parent 0a719ba commit 0cdf1ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/ComboboxInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ $inputHeight: 2.5rem;
359359
padding: 0.25rem;
360360
361361
:deep() {
362-
.icon {
362+
svg {
363363
display: none;
364364
365365
.combobox__option:not(.combobox__option--selected):hover &,

0 commit comments

Comments
 (0)