aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-03-11 08:59:30 -0800
committerMark Otto <[email protected]>2022-03-11 09:46:03 -0800
commit58ac9a9a5cf6072188d8a928a6f3206ffb855219 (patch)
treebae946267353a0d6718f5f38598a83c344c9fa93
parente72a090aee2c518dc76fb9d6d9fae732343c1432 (diff)
downloadbootstrap-58ac9a9a5cf6072188d8a928a6f3206ffb855219.tar.xz
bootstrap-58ac9a9a5cf6072188d8a928a6f3206ffb855219.zip
Set opacity on dropdown-divider for now
-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