We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb4a41 commit fe5463aCopy full SHA for fe5463a
frontend/static/styles.css
@@ -218,7 +218,8 @@
218
.input-container {
219
@apply bg-white dark:bg-jsr-gray-900 rounded-md leading-snug border-1
220
border-jsr-cyan-900/30 dark:border-jsr-gray-600
221
- focus-within:border-jsr-cyan-500 dark:focus-within:border-cyan-400;
+ focus-within:border-jsr-cyan-500 dark:focus-within:border-cyan-400
222
+ appearance-none;
223
}
224
225
select:not([data-locked="true"]):disabled.input-container,
0 commit comments