Update styling.

This commit is contained in:
Leo
2024-09-04 20:02:29 -05:00
parent cf1c4ac9ae
commit 57e993b536

View File

@@ -13,7 +13,7 @@
&:hover, &:active, &:focus {
color: $black;
background-color: $gray-300;
border-color: $gray-400;
border-color: $gray-400 !important;
}
}
@@ -58,7 +58,7 @@
&:hover {
color: $black;
background-color: $gray-200;
border-color: $gray-400;
border-color: $gray-400 !important;
}
}
}
@@ -98,7 +98,7 @@
&:hover, &:active, &:focus {
color: $black;
background-color: $gray-200;
border-color: $gray-400;
border-color: $gray-400 !important;
}
}
@@ -153,8 +153,12 @@
// Phantom class
.btn-phantom {
&-primary, &-secondary, &-success, &-info, &-warning, &-danger {
&-primary, &-secondary, &-tertiary, &-success, &-info, &-warning, &-danger {
background-color: transparent;
&:active {
border-color: transparent !important;
}
}
&-primary:hover {