open-consul/ui-v2/app/styles/base/components/popover-menu/skin.scss

17 lines
360 B
SCSS
Raw Normal View History

%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;
}