Email library New (compose): envelope icon takes the accent color
This commit is contained in:
parent
e25c279e4b
commit
00643b5a4b
1 changed files with 4 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue