From 4a68da9666df44a48a329c916e6da5f01ab713fd Mon Sep 17 00:00:00 2001 From: fef Date: Sun, 9 Jul 2023 23:21:51 +0000 Subject: [PATCH] homogay: remove toot button 3D effect it looks a little out of place and breaks glitch's secondary toot button --- app/javascript/flavours/glitch/styles/homogay/diff.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/homogay/diff.scss b/app/javascript/flavours/glitch/styles/homogay/diff.scss index 812d6951b4..f8a24191d2 100644 --- a/app/javascript/flavours/glitch/styles/homogay/diff.scss +++ b/app/javascript/flavours/glitch/styles/homogay/diff.scss @@ -89,9 +89,6 @@ body { } .compose-form__publish .compose-form__publish-button-wrapper button { - box-shadow: rgba(0, 0, 0, 50%) 0 -2px 10px 2px inset, - rgba(0, 0, 0, 40%) 0 0 4px 0 inset; - padding: 7px 18px; transition-duration: 50ms; transition-timing-function: ease-in-out; transition-property: background-color, color, transform;