diff options
| author | Tim Dujardin <[email protected]> | 2020-03-23 18:08:17 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-23 18:08:17 +0100 |
| commit | 3e5bc4c56d8231baf9bbff4acb9dc4d4476a7806 (patch) | |
| tree | f9c3b49c1a63f9b02e75f704318b31b8493e8700 | |
| parent | 03908ea37a55eaa44c12ce5694dddc1630c980b3 (diff) | |
| download | bootstrap-3e5bc4c56d8231baf9bbff4acb9dc4d4476a7806.tar.xz bootstrap-3e5bc4c56d8231baf9bbff4acb9dc4d4476a7806.zip | |
Added focus state to .btn-link (#30036)
| -rw-r--r-- | scss/_buttons.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 1b27a7d34..7381de533 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -84,7 +84,6 @@ &:focus, &.focus { text-decoration: $link-hover-decoration; - box-shadow: none; } &:disabled, |
