From 57e993b536d3c84cd8a8c41e78fb71a8d1c04686 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 4 Sep 2024 20:02:29 -0500 Subject: [PATCH] Update styling. --- scss/bootstrap/_buttons.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/scss/bootstrap/_buttons.scss b/scss/bootstrap/_buttons.scss index e7ceffa..a0252a5 100644 --- a/scss/bootstrap/_buttons.scss +++ b/scss/bootstrap/_buttons.scss @@ -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 {