diff options
Diffstat (limited to 'vnext/src/style')
-rw-r--r-- | vnext/src/style/main.css | 6 |
1 files changed, 2 insertions, 4 deletions
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; |