diff options
| author | Corné Dorrestijn <[email protected]> | 2015-08-22 01:04:16 +0200 |
|---|---|---|
| committer | Corné Dorrestijn <[email protected]> | 2015-08-22 01:04:16 +0200 |
| commit | c49503165a301e53583dcb74003e2894d966269b (patch) | |
| tree | 5a8a11a43c19dbef564a2ac53a9bf4a5b690e49e | |
| parent | ac3fbdad3626c4c43303c168f3109c09da688b8d (diff) | |
| download | bootstrap-c49503165a301e53583dcb74003e2894d966269b.tar.xz bootstrap-c49503165a301e53583dcb74003e2894d966269b.zip | |
Added comment explaining why there is no mixin here
| -rw-r--r-- | scss/_custom-forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 2326e01ca..bc36013e9 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; } |
