File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/uui-combobox-list/lib Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,13 @@ export class UUIComboboxListOptionElement extends SelectableMixin(
85
85
: host {
86
86
position: relative;
87
87
cursor : pointer;
88
- margin: 0 6px ;
88
+ margin: 0 4px ;
89
89
bor der- radius: var(- - uui- bor der- radius);
90
90
outline: 2px solid transparent;
91
91
outline-offset: -2px;
92
+ padding- left: 4px;
92
93
}
94
+
93
95
: host (: first- child) {
94
96
margin- to p: 6px;
95
97
}
@@ -130,6 +132,7 @@ export class UUIComboboxListOptionElement extends SelectableMixin(
130
132
color : var (--uui-color-disabled-contrast );
131
133
background-color : var (--uui-color-disabled );
132
134
}
135
+
133
136
: host ([disabled ]: hover ) {
134
137
background-color : var (--uui-color-disabled );
135
138
}
@@ -142,6 +145,7 @@ export class UUIComboboxListOptionElement extends SelectableMixin(
142
145
color : var (--uui-color-selected-contrast );
143
146
background-color : var (--uui-color-selected );
144
147
}
148
+
145
149
: host ([selected ]: hover ) {
146
150
color : var (--uui-color-selected-contrast );
147
151
background-color : var (--uui-color-selected-emphasis );
You can’t perform that action at this time.
0 commit comments