vanilla-framework 4.20.1 → 4.20.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanilla-framework",
3
- "version": "4.20.1",
3
+ "version": "4.20.2",
4
4
  "author": {
5
5
  "email": "webteam@canonical.com",
6
6
  "name": "Canonical Webteam"
@@ -8,8 +8,8 @@
8
8
  position: relative;
9
9
 
10
10
  &__list {
11
- @extend %vf-pseudo-border--bottom;
12
-
11
+ // inset box shadow used to draw the border inside the list's box
12
+ box-shadow: inset 0 -1px 0 0 $colors--theme--border-default;
13
13
  display: flex;
14
14
  margin: 0 auto $spv--x-large;
15
15
  overflow-x: auto;
@@ -17,9 +17,6 @@
17
17
  position: relative;
18
18
  white-space: nowrap;
19
19
  width: 100%;
20
- &::after {
21
- background-color: $colors--theme--border-default;
22
- }
23
20
  }
24
21
 
25
22
  &__item {