diff --git a/editor/components/toolbar/style.scss b/editor/components/toolbar/style.scss index ef3e03e1193648..806a43c26ae8a0 100644 --- a/editor/components/toolbar/style.scss +++ b/editor/components/toolbar/style.scss @@ -5,7 +5,7 @@ background-color: $white; } -.editor-toolbar__control { +.editor-toolbar__control.editor-button { display: inline-flex; margin: 3px; margin-left: 0; @@ -24,7 +24,7 @@ &.is-active, &:hover, &:not(:disabled):hover { - border-color: $dark-gray-500; + border: 1px solid $dark-gray-500; color: $dark-gray-500; }