Theme cleanup

This commit is contained in:
Sascha Ißbrücker
2024-09-14 18:55:02 +02:00
parent edba98f1fe
commit 74e65bc366
3 changed files with 9 additions and 9 deletions

View File

@@ -84,6 +84,13 @@
&:hover {
background: var(--btn-primary-hover-bg-color);
}
&.loading {
&::after {
border-bottom-color: var(--btn-primary-text-color);
border-left-color: var(--btn-primary-text-color);
}
}
}
/* Button Colors */