mirror of https://github.com/status-im/consul.git
18 lines
350 B
SCSS
18 lines
350 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
%popover-menu-trigger > * {
|
|
cursor: pointer;
|
|
}
|
|
%popover-menu-trigger > *::after {
|
|
@extend %with-chevron-down-mask, %as-pseudo;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
}
|
|
%popover-menu-toggle:checked + label > *::after {
|
|
@extend %with-chevron-up-mask;
|
|
}
|