Skip to content

Commit ace827d

Browse files
archilexdanharrin
andauthored
Improve visual separation of select optgroup headers (#18376)
* Update select.css * Update packages/support/resources/css/components/input/select.css Signed-off-by: Dan Harrin <git@danharrin.com> --------- Signed-off-by: Dan Harrin <git@danharrin.com> Co-authored-by: Dan Harrin <git@danharrin.com>
1 parent dd5de50 commit ace827d

File tree

1 file changed

+4
-0
lines changed
  • packages/support/resources/css/components/input

1 file changed

+4
-0
lines changed

packages/support/resources/css/components/input/select.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ select.fi-select-input {
6969

7070
& .fi-select-input-option-group {
7171
@apply divide-y divide-gray-100 dark:divide-white/5;
72+
73+
& .fi-dropdown-header {
74+
@apply font-medium text-gray-500 dark:text-gray-400;
75+
}
7276
}
7377

7478
& .fi-select-input-search-ctn {

0 commit comments

Comments
 (0)