From: Corné Dorrestijn Date: Fri, 21 Aug 2015 23:04:16 +0000 (+0200) Subject: Added comment explaining why there is no mixin here X-Git-Tag: v4.0.0-alpha.2~452^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49503165a301e53583dcb74003e2894d966269b;p=thirdparty%2Fbootstrap.git Added comment explaining why there is no mixin here --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 2326e01ca0..bc36013e9d 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -26,6 +26,7 @@ } &:focus ~ .c-indicator { + // the mixin is not used here to make sure there is feedback box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }