We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abf739 commit e4ee601Copy full SHA for e4ee601
1 file changed
sass/components/forms/_select.scss
@@ -5,8 +5,10 @@ select.browser-default {
5
color: var(--md-sys-color-on-background);
6
}
7
8
+// TODO: Change to ".select" and not use tag name directly
9
+// Keep selects useable without javascript
10
+
11
select {
- opacity: 0;
12
background-color: var(--md-sys-color-surface);
13
width: 100%;
14
padding: 5px;
0 commit comments