From 244ebb151b47fd841c7f95560c57aeaec6bd4f7c Mon Sep 17 00:00:00 2001 From: mpuebla Date: Wed, 8 May 2019 09:04:35 -0300 Subject: [PATCH] Cambio de estilo de clase active. --- src/sass/_bootstrap.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss index f30316b..2eb6e5a 100644 --- a/src/sass/_bootstrap.scss +++ b/src/sass/_bootstrap.scss @@ -1,9 +1,10 @@ button.active{ text-decoration: none; outline: 0; + color: white; background-color: $primary; &:focus{ - box-shadow: 0 0 0 0.2rem #d8b07d; + box-shadow: 0 0 0 0.2rem $primaryTransparency; } } .btn-xs { -- 1.9.1