consul/ui/packages/consul-ui/app/components/breadcrumbs/skin.scss

25 lines
525 B
SCSS
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2020-04-23 15:29:44 +00:00
%crumbs {
color: var(--token-color-foreground-faint);
2020-04-23 15:29:44 +00:00
text-decoration: none;
}
2020-04-23 15:29:44 +00:00
%crumbs:hover {
color: var(--token-color-foreground-action);
2020-04-23 15:29:44 +00:00
text-decoration: underline;
}
2020-04-23 15:29:44 +00:00
%crumbs::before {
text-decoration: none;
}
%breadcrumb-milestone::before {
2020-04-23 15:29:44 +00:00
@extend %with-chevron-left-mask, %as-pseudo;
background-color: var(--token-color-foreground-faint);
}
%breadcrumb::before {
2020-04-23 15:29:44 +00:00
content: '/';
color: var(--token-color-foreground-faint);
}