diff --git a/core/static/core/header.scss b/core/static/core/header.scss index 01e70403..e935a27b 100644 --- a/core/static/core/header.scss +++ b/core/static/core/header.scss @@ -123,7 +123,7 @@ $background-color-hovered: #283747; justify-content: center; } - >.button { + a.button { box-sizing: border-box; height: 35px; background-color: transparent; @@ -139,7 +139,7 @@ $background-color-hovered: #283747; font-size: .9em; width: 120px; - &:hover { + &:not(.link-like):not(:disabled):hover { background-color: $background-color-hovered; } }