We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146ff0f commit 6f426f3Copy full SHA for 6f426f3
packages/mercury/src/components/combo-box/_combo-box-styles.scss
@@ -53,7 +53,7 @@
53
@include item-border-radius();
54
55
&-hover {
56
- @include item-colors-hover();
+ --item__color: var(--mer-accent__primary);
57
}
58
59
@@ -79,9 +79,11 @@
79
80
&--nested {
81
padding-inline-start: calc(
82
- var(--ch-combo-box-item-gap) +
83
- var(--ch-combo-box-group__expandable-button-size) +
84
- var(--mer-spacing--2xs)
+ calc(
+ var(--ch-combo-box-item-gap) +
+ var(--ch-combo-box-group__expandable-button-size) +
85
+ var(--item__padding-inline)
86
+ )
87
);
88
89
0 commit comments