Skip to content

Commit 3fb548e

Browse files
authored
fix(core): select optgroup label font-size (#DS-3670) (#700)
1 parent 867a194 commit 3fb548e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/components/core/styles/common/_select.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@
140140

141141
border-radius: var(--kbq-select-panel-size-border-radius, var(--kbq-size-border-radius));
142142

143-
// Override optgroup and option to scale based on font-size of the trigger.
144-
.kbq-optgroup-label,
143+
// Override option to scale based on font-size of the trigger.
145144
.kbq-option {
146145
font-size: inherit;
147146
}

0 commit comments

Comments
 (0)