Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-03-11 19:59:30 +0300
committerMark Otto <otto@github.com>2022-03-11 20:46:03 +0300
commit58ac9a9a5cf6072188d8a928a6f3206ffb855219 (patch)
treebae946267353a0d6718f5f38598a83c344c9fa93
parente72a090aee2c518dc76fb9d6d9fae732343c1432 (diff)
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 e04f91cb0f..cbbe78cb34 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