You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui/packages/consul-ui/app/components/list-collection/skin.scss

16 lines
405 B

%list-collection > ul {
border-top: 1px solid;
border-color: rgb(var(--tone-gray-200));
}
%list-collection-partial-button {
cursor: pointer;
background-color: rgb(var(--tone-gray-050));
color: rgb(var(--tone-blue-500));
}
%list-collection-partial-button::after {
@extend %with-chevron-up-mask, %as-pseudo;
}
%list-collection-partial-button.closed::after {
@extend %with-chevron-down-mask;
}