From 75680153ecca458fdc32f455fb81df9a9fa3ca54 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Wed, 18 May 2022 09:22:26 +0800 Subject: [PATCH] [web-app]bugfix:fix side menu invisible when theme is dark (#132) --- web-app/src/styles/theme.less | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/web-app/src/styles/theme.less b/web-app/src/styles/theme.less index 55512da9f33..f4a2c3a740c 100644 --- a/web-app/src/styles/theme.less +++ b/web-app/src/styles/theme.less @@ -33,23 +33,6 @@ background: #ff4081; } - - -.sidebar-nav .sidebar-nav__selected{ - background: rgba(63,81,181,.15); - color: #3f51b5; -} -.sidebar-nav__sub .sidebar-nav__item{ - color: #000000a6; -} - -.sidebar-nav__open > .sidebar-nav__sub { - background-color: #fafafa; -} -.sidebar-nav__sub .sidebar-nav__item:hover{ - background: rgba(0,0,0,.04); -} - .ant-btn-dangerous.ant-btn-primary { border-color: #ff4081; background: #ff4081;