diff options
author | Hinaloe <hina@hinaloe.net> | 2019-10-25 05:47:37 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-24 22:47:37 +0200 |
commit | 547a5bac9d9c909b306933596bc121b63809d772 (patch) | |
tree | d7942c696cc661a9bd8315a7d384f89956d112df /app | |
parent | 5966d1b5a3caabb607f646e7555f6acc89bf670e (diff) |
don't show outline of full-screen video (#12176)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |