aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-02-12 17:03:57 -0800
committerMark Otto <[email protected]>2017-03-12 18:26:53 -0700
commit08984ac8cd09bf096a42aac5fd17aa6af79cfc5a (patch)
tree6e021832bce7becd11e71efb72a8b5254bd95275 /scss
parentb3aa5ec36032b9d377163640b1f5ba153a3c2d1c (diff)
downloadbootstrap-08984ac8cd09bf096a42aac5fd17aa6af79cfc5a.tar.xz
bootstrap-08984ac8cd09bf096a42aac5fd17aa6af79cfc5a.zip
Remove the outline override from dropdown toggles
fixes #17573
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 1c2741a2e..404483e77 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -17,11 +17,6 @@
border-right: $caret-width solid transparent;
border-left: $caret-width solid transparent;
}
-
- // Prevent the focus on the dropdown toggle when closing dropdowns
- &:focus {
- outline: 0;
- }
}
.dropup {