Skip to content

Commit 048a60e

Browse files
committed
Highlight inputs when hovering over them to match scratch-gui
1 parent a8dc9b9 commit 048a60e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/forms/input.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Edited to add input-range-small
4040
min-width: 0;
4141
}
4242

43+
.input-form:hover {
44+
border-color: $looks-secondary;
45+
}
46+
4347
.input-form:focus {
4448
border-color: $looks-secondary;
4549
box-shadow: 0 0 0 $grid-unit $looks-transparent;

0 commit comments

Comments
 (0)