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 0bf4662 commit 94459dbCopy full SHA for 94459db
studio/styles/main.scss
@@ -111,15 +111,6 @@ input.form-control,
111
filter: invert(0.8);
112
}
113
114
-select {
115
- // [Joshen] Color is hard-coded - I can't figure out how to use the UI library colors
116
- background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='transparent' stroke='gray' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='4 11 9 16 14 11'></polyline></svg>");
117
-}
118
-
119
-select option {
120
- @apply text-bg-primary-dark;
121
122
123
input.is-invalid {
124
@apply bg-red-100;
125
@apply border border-red-700;
0 commit comments