Skip to content

Commit f793b3f

Browse files
committed
Custom inputs
1 parent e526057 commit f793b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

input/css/input.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ input:focus,
4949
select:focus,
5050
textarea:focus {
5151
border: 1px solid var(--wow-accent); /* #dbdce4 */
52-
box-shadow: 0px 0px 0px 4px #1b5bff11;
52+
box-shadow: 0px 0px 0px 4px var(--wow-accent-light);
5353
}
5454

5555
textarea {
@@ -203,7 +203,7 @@ option {
203203

204204
.custom-select .selected.open {
205205
border: 1px solid var(--wow-accent);
206-
box-shadow: 0px 0px 0px 4px #1b5bff11;
206+
box-shadow: 0px 0px 0px 4px var(--wow-accent-light);
207207
/*
208208
background: linear-gradient(transparent, transparent) padding-box, linear-gradient(to right, var(--wow-accent), darkorchid) border-box;
209209
border: 1px solid transparent;

0 commit comments

Comments
 (0)