From 3c78970289978b767e11aef6adc0b49561db61c6 Mon Sep 17 00:00:00 2001 From: ION606 Date: Thu, 24 Apr 2025 16:34:00 +0000 Subject: [PATCH] Update ion-theme.css --- ion-theme.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ion-theme.css b/ion-theme.css index 6c330a5..323187a 100644 --- a/ion-theme.css +++ b/ion-theme.css @@ -325,6 +325,25 @@ ") center/18px no-repeat; } +[class*="stackedBars__"] { + background: linear-gradient(180deg, rgb(0, 83, 104), #02573b8c) !important; +} + +[aria-checked="false"] [class*="mentionButton__"][class*="mentionButton__"]:hover *:not(svg) { + background-color: orange; +} + +[aria-checked="false"] [class*="mentionButton__"]:hover { + color: orange !important; +} + +[aria-checked="true"] [class*="mentionButton__"][class*="mentionButton__"]:hover *:not(svg) { + background-color: rgb(0, 255, 128); +} + +[aria-checked="true"] [class*="mentionButton__"]:hover { + color: rgb(0, 255, 128) !important; +} /* .custom-theme-background .scroller_fea3ef { background: transparent !important;