Make fg-subtle subtle (#2164)

Meant to do this for a while (since I removed fg-faint), but didn't get around to it.
This commit is contained in:
Matthias Metelka 2022-11-02 09:30:13 +01:00 committed by GitHub
parent 7b0236551e
commit 0770290765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -40,8 +40,8 @@ $vars: (
subtle: ( subtle: (
"Placeholder text, icons in idle state", "Placeholder text, icons in idle state",
( (
light: palette(darkgray, 6), light: palette(darkgray, 0),
dark: palette(lightgray, 3), dark: palette(lightgray, 9),
), ),
), ),
disabled: ( disabled: (

View file

@ -37,7 +37,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
right: 0; right: 0;
bottom: 0; bottom: 0;
opacity: 0.4; color: var(--fg-subtle);
pointer-events: none; pointer-events: none;
/* Stay a on single line */ /* Stay a on single line */