vanilla-framework 3.1.0 → 3.1.1
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
|
@@ -431,11 +431,11 @@
|
|
|
431
431
|
border-color: $color-sidenav-list-border;
|
|
432
432
|
}
|
|
433
433
|
|
|
434
|
-
|
|
434
|
+
.p-side-navigation__list::after {
|
|
435
435
|
background: $color-sidenav-list-border;
|
|
436
436
|
}
|
|
437
437
|
|
|
438
|
-
|
|
438
|
+
.p-side-navigation__link {
|
|
439
439
|
&,
|
|
440
440
|
&:visited {
|
|
441
441
|
color: $color-sidenav-text-default;
|
|
@@ -462,14 +462,6 @@
|
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
.p-side-navigation__list::after {
|
|
466
|
-
@extend %theme-side-navigation__list;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.p-side-navigation__link {
|
|
470
|
-
@extend %theme-side-navigation__link;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
465
|
.p-side-navigation__item--title,
|
|
474
466
|
.p-side-navigation__item--title .p-side-navigation__link {
|
|
475
467
|
color: $color-sidenav-text-active;
|