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 7da2b14 commit b8b9116Copy full SHA for b8b9116
.changeset/lemon-mirrors-sniff.md
@@ -0,0 +1,5 @@
1
+---
2
+"css-homogenizer": patch
3
4
+
5
+fix(reset): disabled select opacity in Chrome
reset-scoped.css
@@ -107,3 +107,8 @@
107
._select {
108
border-radius: 0;
109
}
110
111
+/* Chrome-only */
112
+._select:disabled {
113
+ opacity: 1;
114
+}
reset.css
@@ -112,3 +112,8 @@ textarea::placeholder {
select {
115
116
117
+select:disabled {
118
119
0 commit comments