Improve Essence.

This commit is contained in:
Leo
2023-06-24 13:48:42 -05:00
parent bba003edc9
commit 47628abe15
3 changed files with 4 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
.form-control {
background-clip: inherit; // Remove weird border in input boxes
}
.form-control,
.form-select {
&:hover {
border-color: $gray-600;
}
&:focus {
border-color: $input-focus-border-color;
}
}