Commit 8b44a586 authored by hbcui1984's avatar hbcui1984

解决indexed list在小米Note上部分区域颜色加重的问题

parent 94db4e27
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
background-color: #fafafa; background-color: #fafafa;
} }
.mui-group-list-bar { .mui-group-list-bar {
width: 30px; width: 23px;
background-color: rgba(0, 0, 0, 0.1); background-color: lightgrey;
position: absolute; position: absolute;
height: 100%; height: 100%;
z-index: 10; z-index: 10;
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
color: #aaa; color: #aaa;
} }
.mui-group-list-bar.active { .mui-group-list-bar.active {
background-color: rgba(0, 0, 0, 0.2); background-color: rgb(200,200,200);
} }
.mui-group-list-bar.active a { .mui-group-list-bar.active a {
color: #333; color: #333;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment