chore(frontend): tweak selector to improve rendering performance

This commit is contained in:
syuilo 2025-07-06 19:32:31 +09:00
parent 004cfd5e4b
commit 553ccff77c
1 changed files with 5 additions and 5 deletions

View File

@ -22,11 +22,6 @@
}
}
::selection {
color: var(--MI_THEME-fgOnAccent);
background-color: var(--MI_THEME-accent);
}
html {
overflow: auto;
overflow-wrap: break-word;
@ -89,6 +84,11 @@ html::view-transition-old(theme-changing) {
animation-fill-mode: forwards;
}
html::selection {
color: var(--MI_THEME-fgOnAccent);
background-color: var(--MI_THEME-accent);
}
@keyframes themeChangingOld {
0% {
opacity: 1;