From: Hinaloe Date: Thu, 24 Oct 2019 20:47:37 +0000 (+0900) Subject: don't show outline of full-screen video (#12176) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=547a5bac9d9c909b306933596bc121b63809d772;p=mastodon.git don't show outline of full-screen video (#12176) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 86425c47c..0fe86bf16 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -5194,6 +5194,7 @@ a.status-card.compact:hover { max-height: 100% !important; width: 100% !important; height: 100% !important; + outline: 0; } }