]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Set opacity on dropdown-divider for now 36004/head
authorMark Otto <markdotto@gmail.com>
Fri, 11 Mar 2022 16:59:30 +0000 (08:59 -0800)
committerMark Otto <otto@github.com>
Fri, 11 Mar 2022 17:46:03 +0000 (09:46 -0800)
scss/_dropdown.scss

index e04f91cb0f96aeb4058defa84fb7302de8867e2a..cbbe78cb345b8feb0fea4e94e4f74914eca3ab9c 100644 (file)
   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