diff options
| author | Mark Otto <[email protected]> | 2017-06-18 10:53:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-18 10:53:27 -0700 |
| commit | 1a23321fc01ee58b1ea1a20ec32ae2146177ffc8 (patch) | |
| tree | 53bd3eeeb997003d9ca2b915d264f125ce5742f1 | |
| parent | 597e9f861807868d8d13bac93e8a328493fe6d54 (diff) | |
| download | bootstrap-1a23321fc01ee58b1ea1a20ec32ae2146177ffc8.tar.xz bootstrap-1a23321fc01ee58b1ea1a20ec32ae2146177ffc8.zip | |
Update _buttons.scss
| -rw-r--r-- | scss/mixins/_buttons.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index c22a5cc3f..1e01de867 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -18,7 +18,7 @@ background-color: $active-background; border-color: $active-border; } - + &:focus, &.focus { // Avoid using mixin so we can pass custom focus shadow properly |
