mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 08:30:44 +00:00
Fix editor switcher colour transition (#12328)
GitOrigin-RevId: fc8caa34b12b9ef35422766023cdebf4bd36ff75
This commit is contained in:
parent
d58b6e69e1
commit
4ccf67203b
1 changed files with 3 additions and 1 deletions
|
@ -251,7 +251,9 @@
|
|||
cursor: pointer;
|
||||
user-select: none;
|
||||
color: @text-color;
|
||||
transition: color 0.12s ease-out;
|
||||
border-radius: @btn-border-radius-base;
|
||||
transition: color 0.12s ease-out, background-color 0.12s ease-out,
|
||||
box-shadow 0.12s ease-out;
|
||||
overflow: hidden;
|
||||
|
||||
span {
|
||||
|
|
Loading…
Reference in a new issue