Skip to content

Commit a25589c

Browse files
committed
WD-30045 - Fix SCSS linting
1 parent 00f4618 commit a25589c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/sass/_snapcraft_p-navigation.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
}
2727

2828
.p-navigation__items {
29-
position: static;
3029
padding-bottom: 0;
30+
position: static;
3131
}
3232

3333
&.has-menu-open {
@@ -46,14 +46,14 @@
4646
// to match the styling from p-navigation__items coming from vanilla
4747
margin-top: -1px;
4848

49-
&[aria-hidden=false] {
49+
&[aria-hidden="false"] {
5050
transform: translateX(-100vw);
5151
}
5252
}
5353

5454
// fix some stylings from vanilla-framework
5555
#all-canonical-mobile {
56-
.global-nav__header-link-anchor:after {
56+
.global-nav__header-link-anchor::after {
5757
right: 1rem;
5858
}
5959
}

0 commit comments

Comments
 (0)