Fix editor switcher colour transition (#12328)

GitOrigin-RevId: fc8caa34b12b9ef35422766023cdebf4bd36ff75
This commit is contained in:
Alf Eaton 2023-03-24 12:06:07 +00:00 committed by Copybot
parent d58b6e69e1
commit 4ccf67203b

View file

@ -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 {