diff options
author | Jesús <heckyel@hyperbola.info> | 2021-06-29 19:07:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-06-29 19:07:40 -0500 |
commit | c6fe980a7a4941bca69f8b82ff54bb73ce2bec6d (patch) | |
tree | 48a8440a674aab413bf3b75e2e4d9e09abbd4e5d /youtube/static/watch.css | |
parent | 8d45ca855ae5f5e37e572d0071133c0227a161f4 (diff) | |
download | yt-local-c6fe980a7a4941bca69f8b82ff54bb73ce2bec6d.tar.lz yt-local-c6fe980a7a4941bca69f8b82ff54bb73ce2bec6d.tar.xz yt-local-c6fe980a7a4941bca69f8b82ff54bb73ce2bec6d.zip |
autoplay-toggle: use label tag
from upstream:
<label> is semantic and makes clicking the text activate in checkbox
Diffstat (limited to 'youtube/static/watch.css')
-rw-r--r-- | youtube/static/watch.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index cedc43e..d9487bf 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -346,7 +346,6 @@ label[for=options-toggle-cbox] { .side-videos { grid-area: side-videos; } .side-videos .related-autoplay { - list-style: none; display: grid; grid-template-columns: repeat(2, auto); justify-content: start; |