From fd1bdb2f85a5bd882d15a4f3b5f602f76b546b8f Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Fri, 17 Aug 2018 12:56:37 +0200 Subject: [PATCH] Disable CSS styles --- src/styles/aside.less | 70 +++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/styles/aside.less b/src/styles/aside.less index ca9d26b6..e0288643 100644 --- a/src/styles/aside.less +++ b/src/styles/aside.less @@ -264,7 +264,7 @@ aside { } } - a { + // a { // position: relative; // display: block; // cursor: pointer; @@ -280,7 +280,7 @@ aside { // background-color: @color_gray_light; // } - &.account { + // &.account { // height: 64px; // display: flex; // flex-direction: column; @@ -293,46 +293,46 @@ aside { // color: @color_text_secondary; // } - &:before { - content: ''; - width: 0px; - height: 100%; - position: absolute; - top: 0; - left: 0; - background: @color_green_primary; - transition: width 0.3s; - } + // &:before { + // content: ''; + // width: 0px; + // height: 100%; + // position: absolute; + // top: 0; + // left: 0; + // background: @color_green_primary; + // transition: width 0.3s; + // } - &.selected { - background: @color_white; + // &.selected { + // background: @color_white; //border-left: 3px solid @color_green_primary; //border-bottom: 1px solid @color_divider; //padding-left: 27px; - &:before { - width: 3px; - } + // &:before { + // width: 3px; + // } - &:hover { - background: @color_white; - } + // &:hover { + // background: @color_white; + // } - &:last-child { + // &:last-child { // border-bottom: 1px solid @color_divider; - &:after { - content: ''; - position: absolute; - bottom: 0px; - left: 0px; - width: 100%; - height: 1px; - line-height: 1px; - background-color: @color_divider; - } - } - } - } + // &:after { + // content: ''; + // position: absolute; + // bottom: 0px; + // left: 0px; + // width: 100%; + // height: 1px; + // line-height: 1px; + // background-color: @color_divider; + // } + // } + // } + // } @@ -448,7 +448,7 @@ aside { // &.zec:before { // background-image: url('../images/zec-logo.png'); // } - } + // } // .coin-divider { // font-size: 12px;