File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 355
355
overflow : visible !important ;
356
356
}
357
357
358
+ & .parent {
359
+ > .level-top {
360
+ padding-right : 20px ;
361
+
362
+ > .ui-menu-icon {
363
+ position : absolute ;
364
+ right : 0 ;
365
+
366
+ .lib-icon-font (
367
+ @icon-down ,
368
+ @_icon-font-size : 12px ,
369
+ @_icon-font-line-height : 20px ,
370
+ @_icon-font-text-hide : true ,
371
+ @_icon-font-position : after
372
+ );
373
+ }
374
+ }
375
+ }
376
+
358
377
.submenu {
359
378
.lib-css (background , @_submenu-background-color );
360
379
.lib-css (border , @_submenu-border-width @_submenu-border-style @_submenu-border-color );
414
433
left : auto !important ;
415
434
right : 100% ;
416
435
}
436
+
437
+ li {
438
+ margin : 0 ;
439
+ & .parent {
440
+ > a {
441
+ > .ui-menu-icon {
442
+ position : absolute ;
443
+ right : 3px ;
444
+
445
+ .lib-icon-font (
446
+ @icon-next ,
447
+ @_icon-font-size : 12px ,
448
+ @_icon-font-line-height : 20px ,
449
+ @_icon-font-text-hide : true ,
450
+ @_icon-font-position : after
451
+ );
452
+ }
453
+ }
454
+ }
455
+ }
417
456
}
418
457
419
458
& .more {
You can’t perform that action at this time.
0 commit comments