diff options
| author | winter | 2025-01-23 17:23:58 +0000 |
|---|---|---|
| committer | winter | 2025-01-23 17:23:58 +0000 |
| commit | ddccaf16f39a4bf710266edc389fcde124e7ef56 (patch) | |
| tree | f3e2b5f78bd828adfc8f842e2b3c5a6c07bde26e /static/misc.css | |
| parent | 1b60d5ca77a387122bcf900c2972edca63403155 (diff) | |
use icons-in-css instead of icon font
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/static/misc.css b/static/misc.css index 8902e95..138b0fb 100644 --- a/static/misc.css +++ b/static/misc.css @@ -37,28 +37,22 @@ button.secondary { } } -button.icon { +button.material-symbols { border: none; - background: none; aspect-ratio: 1; margin: 0; padding: 0; - &.active { - font-variation-settings: "FILL" 1; - } } -.icon { +.material-symbols { color: inherit; text-decoration: none; - font-size: var(--icon-size); user-select: none; } span.inlineIcon { - font-size: inherit; - color: inherit; - user-select: none; + width: 1em; + height: 1em; } span.unreadIndicator { |
