Skip to content

Commit

Permalink
Highlight inputs when hovering over them to match scratch-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 11, 2024
1 parent a8dc9b9 commit 048a60e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/forms/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Edited to add input-range-small
min-width: 0;
}

.input-form:hover {
border-color: $looks-secondary;
}

.input-form:focus {
border-color: $looks-secondary;
box-shadow: 0 0 0 $grid-unit $looks-transparent;
Expand Down

0 comments on commit 048a60e

Please sign in to comment.