Skip to content

Commit

Permalink
Upgrade Vanilla to 2.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed May 4, 2020
1 parent 979ea3d commit 3459d1d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-saga": "1.1.3",
"vanilla-framework": "2.10.0",
"vanilla-framework": "2.10.1",
"yup": "0.28.5"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions ui/src/app/base/components/Section/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@
height: $spv-inner--large;
width: $spv-inner--large;
}

.section__content {
// Raise the content above the sidebar so that the card shadows are on top.
z-index: 1;
}
}
6 changes: 0 additions & 6 deletions ui/src/scss/_vanilla-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,3 @@ input[type="radio"] {
margin-bottom: 0.8rem;
margin-top: -0.5rem;
}

// 30-04-2020 Caleb: z-index of mobile tabs chevron is too high
// https://github.com/canonical-web-and-design/vanilla-framework/issues/3027
.p-tabs::before {
z-index: 1;
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15669,6 +15669,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-2.10.0.tgz#74c0cba977ce058552aa4443cccaa6bbf9308e9e"
integrity sha512-otQLBXzRBLyiN8RFtHP0E19Iy2p3Frbm7E4TIU7Q7LN+ScmfmgAc7InqbYXvTL9oIATTs0sBD7T/2Fzezgmalg==

[email protected]:
version "2.10.1"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-2.10.1.tgz#66d06ca99bfe92deba742bf67fe55c7d321479f3"
integrity sha512-ojwn6XbyJB2VlelFbcB9grYShT49smbjPHP2O+zYsIbPIswX4ATt7MeNLLuHkOrK1lkreIB583vN1Y5D9lwi0Q==

vary@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
Expand Down

0 comments on commit 3459d1d

Please sign in to comment.