From a23809950edd7196787b44c60ffb9963a705694e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 26 Aug 2020 16:32:07 +1000 Subject: [PATCH] cleanup theme object --- stylesheets/_quote.scss | 4 ++++ stylesheets/themes.scss | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/stylesheets/_quote.scss b/stylesheets/_quote.scss index c026e4ec7..7dd7aa323 100644 --- a/stylesheets/_quote.scss +++ b/stylesheets/_quote.scss @@ -345,6 +345,10 @@ } .bottom-bar .member-item { + @include themify($themes) { + border-bottom: themed('borderActionPanel'); + } + &:hover { @include themify($themes) { background: themed('clickableHovered'); diff --git a/stylesheets/themes.scss b/stylesheets/themes.scss index 8dc2cf236..afa936090 100644 --- a/stylesheets/themes.scss +++ b/stylesheets/themes.scss @@ -4,11 +4,7 @@ $themes: ( light: ( accent: #00e97b, destructive: #ff453a, - unimportant: #d8d8d8, - unimportantButtonBackground: #0000, - border: #979797, cellBackground: #fcfcfc, - buttonBackground: #fcfcfc, modalBackground: #fcfcfc, fakeChatBubbleBackground: #f5f5f5, // input @@ -57,11 +53,7 @@ $themes: ( dark: ( accent: #00f782, destructive: #ff453a, - unimportant: #d8d8d8, - unimportantButtonBackground: #323232, - border: #979797, cellBackground: #1b1b1b, - buttonBackground: #1b1b1b, modalBackground: #101011, fakeChatBubbleBackground: #212121, // input