John Cowen a61e5cc08b
ui: Icon related fixups (#13183)
* 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
2022-05-25 14:28:42 +01:00

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