Commit 8b44a586 authored by hbcui1984's avatar hbcui1984

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

parent 94db4e27
......@@ -63,8 +63,8 @@
background-color: #fafafa;
}
.mui-group-list-bar {
width: 30px;
background-color: rgba(0, 0, 0, 0.1);
width: 23px;
background-color: lightgrey;
position: absolute;
height: 100%;
z-index: 10;
......@@ -81,7 +81,7 @@
color: #aaa;
}
.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 {
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