diff --git a/website/assets/styles/layout.less b/website/assets/styles/layout.less index c51b2f7cb3..d47c780d40 100644 --- a/website/assets/styles/layout.less +++ b/website/assets/styles/layout.less @@ -22,7 +22,7 @@ html, body { right: 0; .header-btn { color: #ffffff; - cursor: pointer !important;//lesshint-disable-line importantRule + cursor: unset; font-family: @navigation-font; font-weight: @bold; } @@ -106,7 +106,7 @@ html, body { border-bottom: 1px solid #e2e4ea; .header-btn { color: #192147; - cursor: pointer !important;//lesshint-disable-line importantRule + cursor: unset; font-family: @navigation-font; font-weight: @bold; } @@ -213,6 +213,7 @@ body.detected-mobile { // … } + .dropdown:hover > .btn.btn-link { color: #6a67fe; }