Skip to content

Commit 7d509e8

Browse files
committed
Remove the glow on inputs in Safari/Chrome
1 parent 462e59e commit 7d509e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/assets/styles/components/forms.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
textarea, select, input, button {
2+
outline: none;
3+
}
4+
15
/**
26
* Styles for the login form open input boxes. Label floats up above it when content
37
* is input and then sinks back down into the field if left empty.
@@ -31,6 +35,9 @@
3135
transition: transform 200ms ease-out;
3236
}
3337

38+
/**
39+
* Styling for other forms throughout the Panel.
40+
*/
3441
.input:not(.open-label) {
3542
@apply .appearance-none .p-3 .rounded .border .text-grey-darker .w-full;
3643
transition: all 100ms linear;

0 commit comments

Comments
 (0)