Skip to content

Commit 41dca80

Browse files
committed
Auto merge of #2016 - integer32llc:percy-media-query, r=jtgeibel
Use the percy media query method to hide the downloads graph from percy This is a different attempt to fix the percy problems; the percy yaml config doesn't work with the ember-percy version we're currently on.
2 parents a59a9c6 + d031ca0 commit 41dca80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/styles/app.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,9 @@ abbr[title] {
359359
text-decoration: none;
360360
border-bottom: 1px dotted;
361361
}
362+
363+
@media only percy {
364+
#crate-downloads .graph {
365+
display: none;
366+
}
367+
}

0 commit comments

Comments
 (0)