Replace k8s informed action with flight icon

This commit is contained in:
wenincode 2022-10-26 11:07:42 -06:00
parent 5f5d438724
commit c72fec5433
2 changed files with 5 additions and 10 deletions

View File

@ -122,11 +122,12 @@ as |item index|>
{{else if (can "view CRD intention" item=item)}} {{else if (can "view CRD intention" item=item)}}
<li role="none"> <li role="none">
<div role="menu"> <div role="menu">
<InformedAction <InformedAction>
class="info kubernetes"
>
<:header> <:header>
Managed by CRD <span class="flex flex-nowrap items-center">
<FlightIcon @name="kubernetes-color" class="mr-1.5" />
Managed by CRD
</span>
</:header> </:header>
<:body> <:body>
<p> <p>

View File

@ -66,12 +66,6 @@
background-color: rgb(var(--tone-yellow-050)); background-color: rgb(var(--tone-yellow-050));
} }
} }
/* brands */
&.kubernetes {
header::before {
@extend %with-logo-kubernetes-color-icon, %without-mask, %as-pseudo;
}
}
/**/ /**/
> ul > .action > * { > ul > .action > * {
color: rgb(var(--tone-blue-500)); color: rgb(var(--tone-blue-500));