Replace k8s informed action with flight icon
This commit is contained in:
parent
5f5d438724
commit
c72fec5433
|
@ -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>
|
||||||
|
|
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue