mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fleet UI: Remove hover border on non-clickable dashboard card (#29967)
This commit is contained in:
parent
ab12f475c2
commit
840f620089
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,11 @@
|
||||||
&-text {
|
&-text {
|
||||||
font-size: $medium;
|
font-size: $medium;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Do not show hover outline for non clickable card
|
||||||
|
&:hover {
|
||||||
|
border-color: $ui-fleet-black-10;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__description {
|
&__description {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue