From 5584fcd5ad446e6875ef5184c3a22b6d310737eb Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Tue, 10 Jan 2017 10:00:03 +0100 Subject: [PATCH] =?UTF-8?q?togglelink=20f=C3=BCr=20content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/area_togglelink.less | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/css/area_togglelink.less b/css/area_togglelink.less index 4d75191..195a65f 100644 --- a/css/area_togglelink.less +++ b/css/area_togglelink.less @@ -15,25 +15,30 @@ left: -2rem; z-index: 1; - width: 2rem; - height: 3.1rem; - background-color: #F6F6F6; - border: solid 1px @color-border; - border-radius: 2px 0 0 2px; - text-align: center; - padding-top: .9em; - transition: @transition color, @transition background-color, @transition border-color; - - &:hover, - &:focus, - &:active { - background-color: @button_background; - border-color: @button_background; - color: @button_color; + a { + display: block; + width: 2rem; + height: 3.1rem; + background-color: #F6F6F6; + border: solid 1px @color-border; + border-radius: 2px 0 0 2px; text-decoration: none; + text-align: center; + padding-top: .9em; + transition: @transition color, @transition background-color, @transition border-color; - * { - color: inherit; + &:hover, + &:focus, + &:active { + background-color: @button_background; + border-color: @button_background; + color: @button_color; + text-decoration: none; + + * { + color: inherit; + text-decoration: none; + } } } }