From 0a159353e551295826763cd5c6adb12082ea5782 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 Aug 2018 16:31:17 +0300 Subject: update links style --- vnext/src/style/main.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vnext') diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 913572dc..ee3d1ec5 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -176,13 +176,11 @@ body > header { #ctitle a { padding: 14px; } -#global li:hover, +#global a:hover, #ctitle a:hover, .l a:hover { - background-color: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); + color: #069; cursor: pointer; - transition: box-shadow 0.2s ease-in; } #search input { background: #FFF; -- cgit v1.2.3