Update ion-theme.css

This commit is contained in:
2025-04-24 16:34:00 +00:00
committed by GitHub
parent 34da6dd3b2
commit 3c78970289
+19
View File
@@ -325,6 +325,25 @@
</svg>") 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;