diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 913edde..490427a 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1926,7 +1926,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid rgba(0, 0, 0, .15); z-index: 1; } -.app-body .media-gallery__gifv:hover::after { +.app-body .media-gallery__gifv:is(:active, :hover)::after { display: none; } .app-body .picture-in-picture .video-player::after { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index e8f5347..9c2c4c3 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1925,7 +1925,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid rgba(0, 0, 0, .15); z-index: 1; } -.app-body .media-gallery__gifv:hover::after { +.app-body .media-gallery__gifv:is(:active, :hover)::after { display: none; } .app-body .picture-in-picture .video-player::after { diff --git a/TangerineUI.css b/TangerineUI.css index 3c5c780..718d836 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1925,7 +1925,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid rgba(0, 0, 0, .15); z-index: 1; } -.app-body .media-gallery__gifv:hover::after { +.app-body .media-gallery__gifv:is(:active, :hover)::after { display: none; } .app-body .picture-in-picture .video-player::after {