Skip to content

Commit 6f426f3

Browse files
authored
Fix identation and hover style for combo-box groups (#412)
1 parent 146ff0f commit 6f426f3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/mercury/src/components/combo-box/_combo-box-styles.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
@include item-border-radius();
5454

5555
&-hover {
56-
@include item-colors-hover();
56+
--item__color: var(--mer-accent__primary);
5757
}
5858
}
5959

@@ -79,9 +79,11 @@
7979

8080
&--nested {
8181
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)
82+
calc(
83+
var(--ch-combo-box-item-gap) +
84+
var(--ch-combo-box-group__expandable-button-size) +
85+
var(--item__padding-inline)
86+
)
8587
);
8688
}
8789

0 commit comments

Comments
 (0)