Skip to content

Commit f2ac42c

Browse files
committed
💄 Add disabled style to the select element
1 parent 3d017d3 commit f2ac42c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/src/assets/scss/component/_select.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
@supports (appearance: base-select) {
2929
appearance: base-select;
3030

31+
&:disabled {
32+
opacity: .68;
33+
}
34+
3135
&::picker(select) {
3236
appearance: base-select;
3337
color: var(--b3-theme-on-background);

0 commit comments

Comments
 (0)