From 9ba71376a6dca4b0ccffccd47c3903cf36c8064e Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 5 Jan 2019 01:40:36 +0800 Subject: [PATCH] update --- source/less/_main.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/less/_main.less b/source/less/_main.less index 38b58f3..e634b37 100755 --- a/source/less/_main.less +++ b/source/less/_main.less @@ -369,17 +369,18 @@ } .share{ - // border-color: @color_md_orange; - // &:hover { - // background: @color_md_orange; - // } + &:hover { + background: @theme_background; + } .share-body{ display: flex; a{ + margin-left: 4px; img{ - margin: 2px; + margin: 2px 0; height: @cellH - 4px; width: auto; + background: transparent; } i{ display: inline-block;