@xilonglab/vue-main 1.5.10 → 1.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -148,6 +148,7 @@ const triggers = {
|
|
|
148
148
|
-o-transition: @transition-function;
|
|
149
149
|
background: transparent;
|
|
150
150
|
|
|
151
|
+
|
|
151
152
|
&:hover {
|
|
152
153
|
color: @sidebar-color !important;
|
|
153
154
|
background: linear-gradient(135deg, @menu-item-blue 0%, @menu-item-blue-light 50%, @menu-item-blue 100%) !important;
|
|
@@ -188,7 +189,8 @@ const triggers = {
|
|
|
188
189
|
|
|
189
190
|
// ==================== 子菜单标题样式 ====================
|
|
190
191
|
.el-sub-menu__title {
|
|
191
|
-
|
|
192
|
+
background: rgba(0,0,0,0.3) !important;
|
|
193
|
+
&:hover2 {
|
|
192
194
|
color: @sidebar-color !important;
|
|
193
195
|
background: linear-gradient(135deg, @menu-item-blue 0%, @menu-item-blue-light 50%, @menu-item-blue 100%) !important;
|
|
194
196
|
|
|
File without changes
|