aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_dropdown.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index e04f91cb0..cbbe78cb3 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -153,6 +153,7 @@
margin: var(--#{$variable-prefix}dropdown-divider-margin-y) 0;
overflow: hidden;
border-top: 1px solid var(--#{$variable-prefix}dropdown-divider-bg);
+ opacity: 1; // Revisit in v6 to de-dupe styles that conflict with <hr> element
}
// Links, buttons, and more within the dropdown menu