aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_dropdown.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 05e8b1652..6e81947ed 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -105,14 +105,6 @@
}
}
-// Open state for the dropdown
-.show {
- // Remove the outline when :focus is triggered
- > a {
- outline: 0;
- }
-}
-
.dropdown-menu.show {
display: block;
}