From b9f4896830552909294d6c3293cd7e0502d66fc1 Mon Sep 17 00:00:00 2001 From: kibi! Date: Sun, 14 Jan 2018 15:31:00 -0800 Subject: Fixes to drawer and CWs --- .../flavours/glitch/styles/components/status.scss | 27 ++++------------------ 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'app/javascript/flavours/glitch/styles/components/status.scss') diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 4f19042c8..9d52e8b08 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -12,21 +12,12 @@ word-wrap: break-word; font-weight: 400; overflow: visible; - white-space: pre-wrap; padding-top: 5px; &:focus { outline: 0; } - &.status__content--with-spoiler { - white-space: normal; - - .status__content__text { - white-space: pre-wrap; - } - } - .emojione { width: 20px; height: 20px; @@ -35,6 +26,7 @@ p { margin-bottom: 20px; + white-space: pre-wrap; &:last-child { margin-bottom: 0; @@ -69,11 +61,10 @@ } .status__content__spoiler { - background: lighten($ui-base-color, 30%); - - &:hover { - background: lighten($ui-base-color, 33%); - text-decoration: none; + display: none; + + &.status__content__spoiler--visible { + display: block; } } @@ -85,14 +76,6 @@ text-decoration: none; } } - - .status__content__text { - display: none; - - &.status__content__spoiler--visible { - display: block; - } - } } .status__content__spoiler-link { -- cgit