about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-05-03 20:44:20 +0200
committerGitHub <noreply@github.com>2019-05-03 20:44:20 +0200
commit63b1388fefff9414c2d0f9883f2d33f7c73284c6 (patch)
tree4265aadb9ac567cf18fa99ebdcb20180a0d3fb34 /app/javascript/styles/mastodon
parent91634947f88fb3004b5e853598f02fbe39a55768 (diff)
Change font weight of sensitive button to 500 (#10682)
Diffstat (limited to 'app/javascript/styles/mastodon')
-rw-r--r--app/javascript/styles/mastodon/components.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index c1466aa88..2326dee38 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -267,6 +267,11 @@
   &__sensitive-button {
     padding: 10px;
     padding-top: 0;
+
+    .icon-button {
+      font-size: 14px;
+      font-weight: 500;
+    }
   }
 
   .compose-form__warning {