From 58e8c3d47d4aa607b42157d2f75c7369675398f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 11 Aug 2017 22:40:30 -0400 Subject: [PATCH] Use transparent for invisible borders of page navigation rather than white This makes the effect better when you override page background color, like we do on mediawiki.org e.g. on manual pages like . Change-Id: Ie863d11b19a56ab6cf75ff4b8dfcd2d74b69ce1d --- resources/screen-common.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/screen-common.less b/resources/screen-common.less index 4dc60a7..09bb7ce 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -212,7 +212,7 @@ div.suggestions { } li { margin: 0.25em 0 1em; - border-bottom: solid 3px @background; + border-bottom: solid 3px transparent; &:hover { border-bottom-color: @grey;