diff --git a/frontend/pages/DashboardPage/cards/HostCountCard/_styles.scss b/frontend/pages/DashboardPage/cards/HostCountCard/_styles.scss index 2ee15aa128..3c69dc89cd 100644 --- a/frontend/pages/DashboardPage/cards/HostCountCard/_styles.scss +++ b/frontend/pages/DashboardPage/cards/HostCountCard/_styles.scss @@ -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 {