Skip to content

Commit

Permalink
feat: Use menu-border instead of menu-border-color (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara authored Nov 10, 2021
1 parent 716e1cf commit 2866143
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions app/assets/stylesheets/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
}

.sn-menu-border {
@extend .border-1;
@extend .border-solid;
border-color: var(--sn-stylekit-menu-border-color)
border: var(--sn-stylekit-menu-border);
}

.sn-account-menu-headline {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pug-loader": "^2.4.0",
"sass-loader": "^12.2.0",
"serve-static": "^1.14.1",
"sn-stylekit": "5.2.14",
"sn-stylekit": "5.2.15",
"ts-loader": "^9.2.6",
"typescript": "4.4.4",
"typescript-eslint": "0.0.1-alpha.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7032,10 +7032,10 @@ slash@^3.0.0:
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==

[email protected].14:
version "5.2.14"
resolved "https://registry.yarnpkg.com/sn-stylekit/-/sn-stylekit-5.2.14.tgz#a053174e4beb6463a70494bd80d88d9924344a6f"
integrity sha512-gAHIp+9+Z0kVSjkiGjs+F2vJAtzIg7jcZn0y3/SH5a79dbpO9li8hC1k6gaH4zj/rnz1+gf7tBQm2YHiILAK5w==
[email protected].15:
version "5.2.15"
resolved "https://registry.yarnpkg.com/sn-stylekit/-/sn-stylekit-5.2.15.tgz#6e3e7b4965ec072410edaa365b3edeaeecf37168"
integrity sha512-xx3+MYc9sc86MBUiNztHfxPRamdf5pkLJ4vo0JjMFcXImEI3UQaez42zNcVZke4GBTZCLsLyB6Ovo5Gkv8f6Jg==
dependencies:
"@reach/listbox" "^0.15.0"
"@reach/menu-button" "^0.15.1"
Expand Down

0 comments on commit 2866143

Please sign in to comment.