From 0058de25ca9bacb69d8b712c695e353fe7a87aa3 Mon Sep 17 00:00:00 2001 From: Przemec Date: Fri, 12 Jan 2024 16:42:35 +0100 Subject: [PATCH] fix emoji picker background --- scss/components/chat.scss | 5 +---- theme.css | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/scss/components/chat.scss b/scss/components/chat.scss index 624de38..6bdb373 100644 --- a/scss/components/chat.scss +++ b/scss/components/chat.scss @@ -245,7 +245,7 @@ //Emojipicker from chat [class*="layer"] #emoji-picker-tab-panel[class*="wrapper"] { - background: transparent !important; + background: rgba(0, 0, 0, 0.95) !important; [class*="emojiItem"] { transition: transform 0.2s ease-in-out; @@ -254,9 +254,6 @@ background: rgba(255, 255, 255, 0.3); transform: scale(1.1); } - [class*="emojiPicker"] > [class*="wrapper"] { - background: rgba(0, 0, 0, 0.9); - } } //new thread popout diff --git a/theme.css b/theme.css index ba68c47..3381575 100644 --- a/theme.css +++ b/theme.css @@ -584,7 +584,7 @@ input:focus { } [class*=layer] #emoji-picker-tab-panel[class*=wrapper] { - background: transparent !important; + background: rgba(0, 0, 0, 0.95) !important; } [class*=layer] #emoji-picker-tab-panel[class*=wrapper] [class*=emojiItem] { transition: transform 0.2s ease-in-out; @@ -593,9 +593,6 @@ input:focus { background: rgba(255, 255, 255, 0.3); transform: scale(1.1); } -[class*=layer] #emoji-picker-tab-panel[class*=wrapper] [class*=emojiPicker] > [class*=wrapper] { - background: rgba(0, 0, 0, 0.9); -} [class^=threadSidebar] { background: rgba(0, 0, 0, 0.95);