17 lines
360 B
SCSS
17 lines
360 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;
|
|
}
|