From 4ccf67203b429b393740671b847f1f0fe488cc6a Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 24 Mar 2023 12:06:07 +0000 Subject: [PATCH] Fix editor switcher colour transition (#12328) GitOrigin-RevId: fc8caa34b12b9ef35422766023cdebf4bd36ff75 --- services/web/frontend/stylesheets/app/editor/toolbar.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/editor/toolbar.less b/services/web/frontend/stylesheets/app/editor/toolbar.less index c7211e94d6..a586a7f7fb 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -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 {