2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Set opacity on dropdown-divider for now

This commit is contained in:
Mark Otto
2022-03-11 08:59:30 -08:00
committed by Mark Otto
parent e72a090aee
commit 58ac9a9a5c
+1
View File
@@ -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