Skip to content

Commit

Permalink
[web-app]bugfix:fix side menu invisible when theme is dark (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 authored May 18, 2022
1 parent d234a3b commit a97da80
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions web-app/src/styles/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a97da80

Please sign in to comment.