File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.1.4
2
+ - fix(scss): .sidebar .nav-link.disabled
3
+
1
4
## v2.1.3
2
5
- chore: update ` nodemon ` to ` 1.18.7 ` (remove vulnerability)
3
6
Original file line number Diff line number Diff line change 418
418
.nav-icon {
419
419
color : $sidebar-nav-link-hover-color ;
420
420
}
421
+ }
422
+ .nav-link {
421
423
422
- & .disabled {
424
+ & .disabled ,
425
+ :disabled {
423
426
background : $sidebar-nav-link-disabled-bg ;
424
427
425
428
.nav-icon {
429
432
}
430
433
}
431
434
}
435
+ // temp fix for vue version
436
+ section {
437
+ :not (.nav-dropdown-items ) > {
438
+ .nav-item :last-child ::after {
439
+ display : block ;
440
+ margin-bottom : $sidebar-minimizer-height ;
441
+ content : " " ;
442
+ }
443
+ }
444
+ }
445
+ // temp fix end
432
446
433
447
.nav-link {
434
448
position : relative ;
You can’t perform that action at this time.
0 commit comments