Skip to content

Commit e4ee601

Browse files
committed
fix: show selects without js
1 parent 3abf739 commit e4ee601

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sass/components/forms/_select.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ select.browser-default {
55
color: var(--md-sys-color-on-background);
66
}
77

8+
// TODO: Change to ".select" and not use tag name directly
9+
// Keep selects useable without javascript
10+
811
select {
9-
opacity: 0;
1012
background-color: var(--md-sys-color-surface);
1113
width: 100%;
1214
padding: 5px;

0 commit comments

Comments
 (0)