add ::before & ::after to themeChanging class
This commit is contained in:
parent
9db7962e37
commit
ddb52ca4e3
|
@ -103,7 +103,7 @@ body::-webkit-scrollbar-thumb {
|
|||
}
|
||||
|
||||
html._themeChanging_ {
|
||||
&, * {
|
||||
&, *, ::before, ::after {
|
||||
transition: background 1s ease, border 1s ease !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue