From 12ff9e24142023f9435cf02c3cb383b11acb04b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Deutschl=C3=A4nder?= Date: Wed, 22 Feb 2017 15:41:37 +0100 Subject: [PATCH] SPR-838: pixel breadcrumb vs search toggle link --- css/area_sidebar-search.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/area_sidebar-search.less b/css/area_sidebar-search.less index 8c6f3f6..0536379 100755 --- a/css/area_sidebar-search.less +++ b/css/area_sidebar-search.less @@ -41,14 +41,15 @@ } p.toggleSearch { display: none; - margin: -1px 0 0; + margin: -2px 0 0; // reverse transparent border and box-sizing of a child padding: 0; a { - width: @toggle-showsidebar_width; + width: @toggle-showsidebar_width + 0.1; /* must be a bit a wider than @toggle-showsidebar_width to hide right border on hover / focus */ border: solid 1px transparent; border-bottom: solid 1px @color-border; border-radius: @fix_border-radius 0 0 0; text-decoration: none; + box-sizing: border-box; &:hover, &:focus, &:active {