Prevent the back-to-top button from flickering when switching the theme mode
This commit is contained in:
parent
387fc67102
commit
50c88f7205
1 changed files with 2 additions and 2 deletions
|
@ -1099,8 +1099,8 @@ $sidebar-display: "sidebar-display";
|
|||
height: $size;
|
||||
border-radius: 50%;
|
||||
border: 1px solid var(--btn-backtotop-border-color);
|
||||
transition: 0.2s ease-out;
|
||||
-webkit-transition: 0.2s ease-out;
|
||||
transition: transform 0.2s ease-out;
|
||||
-webkit-transition: transform 0.2s ease-out;
|
||||
|
||||
i {
|
||||
line-height: $size;
|
||||
|
|
Loading…
Reference in a new issue