Email library New (compose): envelope icon takes the accent color

This commit is contained in:
pewdiepie-archdaemon
2026-06-11 07:30:26 +09:00
parent e25c279e4b
commit 00643b5a4b
+4
View File
@@ -29818,6 +29818,10 @@ body.doc-find-active mark.doc-find-mark.current {
@media (min-width: 769px) {
#email-lib-compose-btn { height: 28px; top: 0; }
}
/* Envelope icon picks up the user's accent so the primary action is
easy to spot at any size. The SVG already uses stroke=currentColor,
so a color: rule on the svg propagates. */
#email-lib-compose-btn svg { color: var(--accent, var(--red)); }
@media (max-width: 768px) {
/* On mobile they're 1px higher than desktop. */
#email-lib-select-btn, #email-lib-refresh-btn { top: -3px; }