mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Set opacity on dropdown-divider for now
This commit is contained in:
@@ -153,6 +153,7 @@
|
|||||||
margin: var(--#{$variable-prefix}dropdown-divider-margin-y) 0;
|
margin: var(--#{$variable-prefix}dropdown-divider-margin-y) 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-top: 1px solid var(--#{$variable-prefix}dropdown-divider-bg);
|
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
|
// Links, buttons, and more within the dropdown menu
|
||||||
|
Reference in New Issue
Block a user