diff options
| author | Patrick H. Lauke <[email protected]> | 2017-07-05 10:54:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-05 10:54:26 +0200 |
| commit | edae6a2e1dea3576d4c4afb441ed2de958258b98 (patch) | |
| tree | f2ac080ca7c94f2d54ce35b73980bca23d50c50e | |
| parent | 88b2e228c287d8aab1c9975db7da949569859430 (diff) | |
| download | bootstrap-edae6a2e1dea3576d4c4afb441ed2de958258b98.tar.xz bootstrap-edae6a2e1dea3576d4c4afb441ed2de958258b98.zip | |
Remove box-shadow from .btn-link:focus (#22998)
When focused, these buttons styled as links still give good visible focus indication through the underline, so this should not be a concern. Closes #22655
| -rw-r--r-- | scss/_buttons.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 944eb5ffa..607f24a2d 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -84,6 +84,7 @@ fieldset[disabled] a.btn { &:focus, &:active { border-color: transparent; + box-shadow: none; } @include hover { border-color: transparent; |
