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 adcd268 commit 403a1e7Copy full SHA for 403a1e7
resources/assets/styles/components/forms.css
@@ -50,11 +50,15 @@ input[type=number] {
50
}
51
52
.input-dark {
53
- @apply .p-3 .bg-neutral-600 .border .border-neutral-500 .text-sm .rounded .text-neutral-200;
+ @apply .p-3 .bg-neutral-600 .border .border-neutral-500 .text-sm .rounded .text-neutral-200 .shadow-none;
54
transition: border 150ms linear, box-shaodw 150ms ease-in;
55
56
&:focus {
57
- @apply .shadow;
+ @apply .shadow-md .border-neutral-400;
58
+ }
59
+
60
+ &:hover {
61
+ @apply .border-neutral-400;
62
63
64
& + .input-help {
0 commit comments