Fleet UI: Remove hover border on non-clickable dashboard card (#29967)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user