Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Cleanup. (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-H11 committed Mar 23, 2022
1 parent c16f818 commit 387f92f
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ input {
or $name == "warning"
or $name == "success"
or $name == "info" {
border: 2px solid;
border-color: list.nth($colors, 1);
&:focus {
}
border: 2px solid list.nth($colors, 1);
} @else {
&:focus {
border: 2px solid;
border-color: list.nth($colors, 1);
border: 2px solid list.nth($colors, 1);
}
}
}
Expand Down

0 comments on commit 387f92f

Please sign in to comment.