mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +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 {
|
||||
font-size: $medium;
|
||||
}
|
||||
|
||||
// Do not show hover outline for non clickable card
|
||||
&:hover {
|
||||
border-color: $ui-fleet-black-10;
|
||||
}
|
||||
}
|
||||
|
||||
&__description {
|
||||
|
|
|
|||
Loading…
Reference in a new issue