Merge tag '2024.10.1' into feature/2024.10

This commit is contained in:
dakkar 2024-11-08 15:52:37 +00:00
commit f079edaf3c
454 changed files with 9728 additions and 3363 deletions

View file

@ -43,7 +43,7 @@ defineProps<{
& + .group {
margin-top: 16px;
padding-top: 16px;
border-top: solid 0.5px var(--divider);
border-top: solid 0.5px var(--MI_THEME-divider);
}
> .title {
@ -64,7 +64,7 @@ defineProps<{
&:hover {
text-decoration: none;
background: var(--panelHighlight);
background: var(--MI_THEME-panelHighlight);
}
&:focus-visible {
@ -72,12 +72,12 @@ defineProps<{
}
&.active {
color: var(--accent);
background: var(--accentedBg);
color: var(--MI_THEME-accent);
background: var(--MI_THEME-accentedBg);
}
&.danger {
color: var(--error);
color: var(--MI_THEME-error);
}
> .icon {
@ -128,10 +128,10 @@ defineProps<{
&:hover {
text-decoration: none;
background: none;
color: var(--accent);
color: var(--MI_THEME-accent);
> .icon {
background: var(--accentedBg);
background: var(--MI_THEME-accentedBg);
}
}
@ -144,7 +144,7 @@ defineProps<{
width: 60px;
height: 60px;
aspect-ratio: 1;
background: var(--panel);
background: var(--MI_THEME-panel);
border-radius: var(--radius-full);
}