diff --git a/core/css/header.scss b/core/css/header.scss index 3693dcecb8..8df672f0c5 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -348,17 +348,13 @@ nav[role='navigation'] { opacity: 1; /* override icon opacity */ padding-right: 12px; - img { - opacity: .7; - margin-bottom: -2px; - } &:hover, &:focus, &:active { color: var(--color-primary-text); img, #expandDisplayName { - opacity: 1; + opacity: .57 !important; } }