We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf4824 commit fea280eCopy full SHA for fea280e
2 files changed
ui/src/components/menu/SideMenu.vue
@@ -110,7 +110,6 @@ export default {
110
}
111
112
&.light {
113
- background-color: #fff;
114
box-shadow: 2px 0px 8px 0px rgba(29, 35, 41, 0.05);
115
116
.ant-menu-light {
ui/src/style/vars.less
@@ -89,6 +89,10 @@ a {
89
box-shadow: 1px 1px 0px 0px #e8e8e8;
90
91
92
+.sider.light {
93
+ background: @navigation-background-color;
94
+}
95
+
96
.ant-menu {
97
background: @navigation-background-color;
98
0 commit comments