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 {