dfb1b16f72
1. Ensure dropdown menus function correctly in Safari 2. Ensure default grey color for buttons is not used 3. Ensure IntersectionObservers are cleaned up properly in Safari
20 lines
429 B
SCSS
20 lines
429 B
SCSS
%popover-menu + label > *::after {
|
|
@extend %with-chevron-down-icon, %as-pseudo;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-left: 16px;
|
|
}
|
|
%more-popover-menu + label > *::after {
|
|
@extend %with-more-horizontal-icon, %as-pseudo;
|
|
opacity: 0.7;
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
%more-popover-menu + label > * {
|
|
font-size: 0;
|
|
background-color: $transparent;
|
|
}
|
|
%popover-menu + label > * {
|
|
@extend %split-button, %sort-button;
|
|
}
|