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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {