diff --git a/app/assets/stylesheets/components/email-message.scss b/app/assets/stylesheets/components/email-message.scss index d999e8c96..226e8fadf 100644 --- a/app/assets/stylesheets/components/email-message.scss +++ b/app/assets/stylesheets/components/email-message.scss @@ -78,57 +78,8 @@ $email-message-gutter: $gutter * 2; overflow: hidden; } - .js-enabled .expanded & { - max-height: none; - padding-bottom: $gutter; - } - - } - - .toggle { - - display: none; - position: absolute; - left: 50%; - bottom: -18px; - height: 27px; - padding: 0; - margin: 0 0 0 -30px; - line-height: 12px; - font-size: 30px; - font-weight: bold; - letter-spacing: 2px; - text-align: center; - cursor: pointer; - width: 60px; - text-decoration: none; - background: $grey-3; - color: $text-colour; - border-style: solid; - border-width: 3px; - border-color: $white; - box-shadow: inset 0 -2px 0 $button-bottom-border-colour, 0 0 0 1px $white-50-opaque; - - &:hover { - background: $grey-2; - } - - &:focus, - &:active { - border-color: $yellow; - outline: none; - } - } } } - -.js-enabled .toggle { - display: inline-block; -} - -.js-enabled .expanded .toggle { - display: none; -}