Skip to content

Commit 2a08e6a

Browse files
committed
fix(components/Select): improve CSS layout
1 parent ec1ebc1 commit 2a08e6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/src/components/FieldComponents/FieldSelect/FieldSelect.module.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
background-color var(--kbq-transition-default),
3030
border-color var(--kbq-transition-default);
3131

32-
&:focus,
33-
&[aria-expanded='true'] {
32+
&:focus {
3433
outline-color: var(--field-input-outline-color);
3534
}
3635
}

packages/components/src/components/List/components/ListSection/ListSection.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
}
77

88
.heading {
9+
user-select: none;
910
box-sizing: border-box;
1011
padding: var(--kbq-size-s) var(--kbq-size-m);
1112
}

0 commit comments

Comments
 (0)