diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-13 16:00:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-13 16:00:47 +0200 |
commit | 45f44ef4d35c5f77ea4b264cf848ad1c67f8647d (patch) | |
tree | a38068c6276771574fd4591c81517269f286d14e | |
parent | b6381bdc7dcfe5713b99e2aae0491115350c7724 (diff) |
Fix unused CSS (#11824)
Fix #11689
-rw-r--r-- | app/javascript/styles/mastodon/containers.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/javascript/styles/mastodon/containers.scss b/app/javascript/styles/mastodon/containers.scss index e769c495b..aa45c0174 100644 --- a/app/javascript/styles/mastodon/containers.scss +++ b/app/javascript/styles/mastodon/containers.scss @@ -753,16 +753,6 @@ } } - .static-icon-button { - color: $action-button-color; - font-size: 18px; - - & > span { - font-size: 14px; - font-weight: 500; - } - } - .directory__list { display: grid; grid-gap: 10px; |