Skip to content

Commit 9d2fcbc

Browse files
committed
Fix bug with fill left theme in which it doesn’t hide when pace is inactive
1 parent a490e6b commit 9d2fcbc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

templates/pace-theme-fill-left.tmpl.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
user-select: none;
77
}
88

9+
.pace-inactive {
10+
display: none;
11+
}
12+
913
.pace .pace-progress {
1014
background-color: `Color(args.color).clearer(0.8).rgbString() || "rgba(0, 0, 0, 0.2)"`;
1115
position: fixed;

0 commit comments

Comments
 (0)