diff options
author | Ajay <[email protected]> | 2022-01-13 22:55:08 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2022-01-13 22:55:08 -0500 |
commit | c986860a42b6b8c6e15e4825c298f9050431115c (patch) | |
tree | dc52fe81176b4401a084c4cb0450a7f23fe019e1 /public | |
parent | 0da8a34e7a25fdafe55301e8abc58245f7303a24 (diff) | |
download | SponsorBlock-c986860a42b6b8c6e15e4825c298f9050431115c.tar.gz SponsorBlock-c986860a42b6b8c6e15e4825c298f9050431115c.zip |
Add close button to category pill
Diffstat (limited to 'public')
-rw-r--r-- | public/content.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css index 4c15212e..35b82766 100644 --- a/public/content.css +++ b/public/content.css @@ -633,4 +633,17 @@ input::-webkit-inner-spin-button { .sponsorBlockCategoryPillTitleSection { display: flex; align-items: center; +} + +.categoryPillClose { + display: none; + height: 10px; + width: 10px; + box-sizing: unset; + + margin: 0px 0px 0px 5px; +} + +.sponsorBlockCategoryPill:hover .categoryPillClose { + display: inherit; }
\ No newline at end of file |