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
@@ -44,7 +44,7 @@
44
44
  "percy": "percy exec -- node snapshots.js",
45
45
  "icon-svgs-to-mixins": "node scripts/convert-svgs-to-icon-mixins.js icons"
46
46
  },
47
- "version": "3.1.0",
47
+ "version": "3.1.1",
48
48
  "files": [
49
49
  "_index.scss",
50
50
  "/scss",
@@ -29,6 +29,7 @@
29
29
  .p-pull-quote__citation {
30
30
  @extend %vf-heading-6;
31
31
 
32
+ display: block;
32
33
  margin-top: $spv--small;
33
34
  }
34
35
  }
@@ -431,11 +431,11 @@
431
431
  border-color: $color-sidenav-list-border;
432
432
  }
433
433
 
434
- %theme-side-navigation__list {
434
+ .p-side-navigation__list::after {
435
435
  background: $color-sidenav-list-border;
436
436
  }
437
437
 
438
- %theme-side-navigation__link {
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;