From: Corné Dorrestijn Date: Fri, 21 Aug 2015 20:21:20 +0000 (+0200) Subject: Removed mixin from focus ouline box-shadow fixes #17066 X-Git-Tag: v4.0.0-alpha.2~452^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac3fbdad3626c4c43303c168f3109c09da688b8d;p=thirdparty%2Fbootstrap.git Removed mixin from focus ouline box-shadow fixes #17066 --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index ec211acaa8..2326e01ca0 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -19,16 +19,16 @@ z-index: -1; // Put the input behind the label so it doesn't overlay text opacity: 0; - &:focus ~ .c-indicator { - @include box-shadow(0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9); - } - &:checked ~ .c-indicator { color: #fff; background-color: #0074d9; @include box-shadow(none); } + &:focus ~ .c-indicator { + box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; + } + &:active ~ .c-indicator { color: #fff; background-color: #84c6ff;