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 ca99aabcbb
commit 409143bd15

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 {