diff options
| author | Mark Otto <[email protected]> | 2016-12-27 09:46:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:12:04 -0800 |
| commit | a9bee8b6c8c31455dfba029434fad88b862c3846 (patch) | |
| tree | adf2e0c7e70bcdaf8c8eeeca69ca69c334aca0ad | |
| parent | 232e86d0b4e1a4ff0dc3aa4e6d75c14a54fa8ac8 (diff) | |
| download | bootstrap-a9bee8b6c8c31455dfba029434fad88b862c3846.tar.xz bootstrap-a9bee8b6c8c31455dfba029434fad88b862c3846.zip | |
remove active styling from focus
| -rw-r--r-- | scss/mixins/_buttons.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 51bf93937..80d0f6cc2 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -20,9 +20,6 @@ } &:focus, &.focus { - color: $color; - background-color: $active-background; - border-color: $active-border; box-shadow: 0 0 0 2px rgba($border, .5); } |
