From c49503165a301e53583dcb74003e2894d966269b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Corn=C3=A9=20Dorrestijn?= Date: Sat, 22 Aug 2015 01:04:16 +0200 Subject: [PATCH] Added comment explaining why there is no mixin here --- scss/_custom-forms.scss | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.47.2