Skip to content

Commit 94459db

Browse files
committed
Remove unnecessary style
1 parent 0bf4662 commit 94459db

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

studio/styles/main.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,6 @@ input.form-control,
111111
filter: invert(0.8);
112112
}
113113

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-
123114
input.is-invalid {
124115
@apply bg-red-100;
125116
@apply border border-red-700;

0 commit comments

Comments
 (0)