From 94503b2bccf368295b02393dee9234d90ad694fa Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Mon, 1 May 2017 12:45:10 +0200 Subject: [PATCH] Fix formatting button hover style regression This gives more specificity to the style override. --- editor/components/toolbar/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }