Skip to content

Commit 9ace1d9

Browse files
committed
fix
1 parent 70cdddd commit 9ace1d9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

time/current.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
:current(p, span) {
2020
background-color: yellow;
2121
}
22-
23-
:past,
24-
:future {
25-
display: none;
26-
}
2722
</style>
2823
</head>
2924

@@ -40,13 +35,7 @@
4035
:current(p, span) {
4136
background-color: yellow;
4237
}
43-
44-
:past,
45-
:future {
46-
display: none;
47-
}
48-
49-
</textarea>
38+
</textarea>
5039

5140
<textarea class="playable playable-html" style="height: 150px;">
5241
<video controls preload="metadata">

0 commit comments

Comments
 (0)