Skip to content

Commit 3e2e494

Browse files
Fix SASS deprecations
1 parent 9d2292a commit 3e2e494

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

assets/stylesheets/_screen.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -505,21 +505,21 @@ footer[role="contentinfo"] {
505505
max-width: 700px;
506506

507507
i {
508-
&.twitter {
509-
background-image: url("/assets/images/icon-twitter.svg");
510-
}
511-
512-
&.feed {
513-
background-image: url("/assets/images/icon-feed.svg");
514-
}
515-
516508
width: 16px;
517509
height: 16px;
518510
background-repeat: no-repeat;
519511
background-size: 16px;
520512
display: block;
521513
margin-left: 1em;
522514
float: right;
515+
516+
&.twitter {
517+
background-image: url("/assets/images/icon-twitter.svg");
518+
}
519+
520+
&.feed {
521+
background-image: url("/assets/images/icon-feed.svg");
522+
}
523523
}
524524
}
525525
}

assets/stylesheets/pages/_swift-evolution.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,12 @@
151151
}
152152

153153
#status-filter-subhead {
154+
line-height: 1rem;
155+
margin-bottom: 1.3rem;
156+
154157
&.hidden {
155158
display: none;
156159
}
157-
line-height: 1rem;
158-
margin-bottom: 1.3rem;
159160
}
160161

161162
#status-filter-description {

0 commit comments

Comments
 (0)