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

@@ -52,6 +52,10 @@ $danger-lightest: hsl(350, 100%, 96%);
// Options
$enable-shadows: true !default;
// Components
$focus-ring-width: .175rem !default;
$focus-ring-opacity: .175 !default;
// Body
$body-background-color: hsl(260, 27%, 94%); // Bootstrap doesn't have this variable

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;
}
}

View File

@@ -12,7 +12,6 @@
@import 'bootstrap/pagination';
@import 'bootstrap/code';
@import 'bootstrap/form-control';
// Essence components
@import 'elements/sidebar';