mirror of
https://github.com/status-im/consul.git
synced 2025-02-04 18:03:39 +00:00
a61e5cc08b
* ui: Use new icon-size and icon-color for popover-menus * Remove the default currentColor plus add some more defaults * Undo transparency overwrites now we don't need them * Fixup discochain icons * Undo a default icon rule for vert align * Fixup expanded icon for meatball popovers * Fixup intention permission labels/badges/icons * Remove different res icon * Remove icon resolutions
20 lines
406 B
SCSS
20 lines
406 B
SCSS
%crumbs {
|
|
color: rgb(var(--tone-gray-500));
|
|
text-decoration: none;
|
|
}
|
|
%crumbs:hover {
|
|
color: rgb(var(--tone-blue-500));
|
|
text-decoration: underline;
|
|
}
|
|
%crumbs::before {
|
|
text-decoration: none;
|
|
}
|
|
%breadcrumb-milestone::before {
|
|
@extend %with-chevron-left-mask, %as-pseudo;
|
|
background-color: rgb(var(--tone-gray-500));
|
|
}
|
|
%breadcrumb::before {
|
|
content: '/';
|
|
color: rgb(var(--tone-gray-500));
|
|
}
|