Fleet UI: Remove hover border on non-clickable dashboard card (#29967)

This commit is contained in:
RachelElysia
2025-06-12 16:42:19 -04:00
committed by GitHub
parent ab12f475c2
commit 840f620089
@@ -55,6 +55,11 @@
&-text {
font-size: $medium;
}
// Do not show hover outline for non clickable card
&:hover {
border-color: $ui-fleet-black-10;
}
}
&__description {