From 64bfc87a5454857c52082ab7187133abd1d9a9f0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 23 Apr 2020 21:08:40 +0300 Subject: Fix link borders --- src/main/assets/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index e2af4c54..d4945c97 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -228,7 +228,7 @@ pre::-moz-selection { border-bottom: 2px solid transparent; } #header_wrapper a.active { - background: var(--text-background-color); + background: var(background-color); border-bottom: 2px solid #ff339a; pointer-events: none; } @@ -264,12 +264,14 @@ pre::-moz-selection { color: #88959d; align-items: center; vertical-align: middle; - border-right: 2px solid transparent; + border-right: initial; + border-top: 2px solid transparent; } .toolbar > a:hover { background-color: var(--background-color); cursor: pointer; - border-right: 2px solid #ff339a; + border-right: initial; + border-top: 2px solid #ff339a; } #column ul, @@ -948,9 +950,10 @@ article p { } .toolbar a, .l a { + border-top: initial; border-right: 2px solid transparent; } - #sidebar > a:hover { + .toolbar a:hover { border-top: initial; border-right: 2px solid #ff339a; } -- cgit v1.2.3