mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 💄 Make theme change transition important
This commit is contained in:
parent
357c9cb92f
commit
4afe8fc880
2
app.vue
2
app.vue
|
|
@ -91,6 +91,6 @@ body {
|
||||||
|
|
||||||
html.theme-changing * {
|
html.theme-changing * {
|
||||||
/* Stroke and fill aren't animatable */
|
/* Stroke and fill aren't animatable */
|
||||||
transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease;
|
transition: background 1s ease, border 1s ease, color 1s ease, box-shadow 1s ease !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue