From abf3962d91fb85e947dd2e8f7dc37677cfb93f18 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 24 Mar 2021 12:00:46 +0100 Subject: [PATCH] Remove old styles --- BTCPayServer/wwwroot/main/themes/default.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/BTCPayServer/wwwroot/main/themes/default.css b/BTCPayServer/wwwroot/main/themes/default.css index 3551d72e9..5a1f8063b 100644 --- a/BTCPayServer/wwwroot/main/themes/default.css +++ b/BTCPayServer/wwwroot/main/themes/default.css @@ -150,10 +150,3 @@ header.masthead::before, .service-box img { filter: hue-rotate(318deg); } - -@media (min-width: 992px) { - #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, - #mainNav .navbar-nav > li.nav-item > a.nav-link:hover { - border-bottom-color: var(--btcpay-header-color-link-accent); - } -}