Skip to content

Commit d031ca0

Browse files
committed
Use the percy media query method to hide the downloads graph from percy
1 parent 97ecbf3 commit d031ca0

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)