diff --git a/apps/common/main/resources/less/comments.less b/apps/common/main/resources/less/comments.less index 7e03dfafad..62d3fc68ef 100644 --- a/apps/common/main/resources/less/comments.less +++ b/apps/common/main/resources/less/comments.less @@ -313,11 +313,6 @@ &.btn-reject { position: relative; - opacity: 0.7; - - &:hover { - opacity: 1; - } &.disabled { cursor: default; @@ -326,13 +321,10 @@ &:before, &:after { content: ' '; position: absolute; - left: 7px; - left: calc(7px/@pixel-ratio-factor); - top: @scaled-one-px-value-ie; - top: @scaled-one-px-value; - height: 14px; - width: @scaled-one-px-value-ie; - width: @scaled-one-px-value; + left: 8px; + top: 2px; + height: 12px; + width: 2px; background-color: @icon-normal-ie; background-color: @icon-normal; }