diff --git a/src/General/css/burichan.css b/src/General/css/burichan.css index e114a9c7c..544be887c 100755 --- a/src/General/css/burichan.css +++ b/src/General/css/burichan.css @@ -21,9 +21,6 @@ :root.burichan #header-bar a, :root.burichan #header-bar #notifications a { color: #34345C; } -:root.burichan.fixed #custom-board-list .current:hover { - border-bottom-color: rgba(255,0,0,0.2); -} /* Settings */ :root.burichan #fourchanx-settings fieldset, :root.burichan .section-main div::before { diff --git a/src/General/css/futaba.css b/src/General/css/futaba.css index f37b2ec49..16bbbcdae 100755 --- a/src/General/css/futaba.css +++ b/src/General/css/futaba.css @@ -21,9 +21,6 @@ :root.futaba #header-bar a, :root.futaba #notifications a { color: #800000; } -:root.futaba.fixed #custom-board-list .current:hover { - border-bottom-color: rgba(255,0,0,0.2); -} /* Settings */ :root.futaba #fourchanx-settings fieldset, :root.futaba .section-main div::before { diff --git a/src/General/css/photon.css b/src/General/css/photon.css index 1e9e894b8..d9815372b 100755 --- a/src/General/css/photon.css +++ b/src/General/css/photon.css @@ -21,9 +21,6 @@ :root.photon #header-bar a, :root.photon #notifications a { color: #FF6600; } -:root.photon.fixed #custom-board-list .current:hover { - border-bottom-color: rgba(255,51,0,0.2); -} /* Settings */ :root.photon #fourchanx-settings fieldset, :root.photon .section-main div::before { diff --git a/src/General/css/spooky.css b/src/General/css/spooky.css index 94898e321..d4dde3faf 100755 --- a/src/General/css/spooky.css +++ b/src/General/css/spooky.css @@ -21,9 +21,6 @@ :root.spooky #board-list a, :root.spooky #shortcuts a { color: #FE9600; } -:root.spooky.fixed #custom-board-list .current:hover { - border-bottom-color: rgba(255,0,0,0.2); -} /* Settings */ :root.spooky #fourchanx-settings fieldset, :root.spooky .section-main div::before { diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index 62e4e96b9..f18358d39 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -17,9 +17,6 @@ :root.tomorrow #header-bar a, :root.tomorrow #notifications a { color: #81A2BE; } -:root.tomorrow.fixed #custom-board-list .current:hover { - border-bottom-color: rgba(95,137,172,0.4); -} /* Settings */ :root.tomorrow #fourchanx-settings fieldset, :root.tomorrow .section-main div::before { diff --git a/src/General/css/yotsuba-b.css b/src/General/css/yotsuba-b.css index 55565beab..ee6656311 100755 --- a/src/General/css/yotsuba-b.css +++ b/src/General/css/yotsuba-b.css @@ -21,9 +21,6 @@ :root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a { color: #34345C; } -:root.yotsuba-b.fixed #custom-board-list .current:hover { - border-bottom-color: rgba(255,0,0,0.2); -} /* Settings */ :root.yotsuba-b #fourchanx-settings fieldset, :root.yotsuba-b .section-main div::before { diff --git a/src/General/css/yotsuba.css b/src/General/css/yotsuba.css index 4ea00c959..14b37a10d 100755 --- a/src/General/css/yotsuba.css +++ b/src/General/css/yotsuba.css @@ -21,9 +21,6 @@ :root.yotsuba #board-list a, :root.yotsuba #shortcuts a { color: #800000; } -:root.yotsuba.fixed #custom-board-list .current:hover { - border-bottom-color: rgba(255,0,0,0.2); -} /* Settings */ :root.yotsuba #fourchanx-settings fieldset, :root.yotsuba .section-main div::before {