From 00a396014b929833454e882a8d76100019e9d71e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 10 Jan 2018 10:02:35 +0000 Subject: [PATCH] Fix editor-button toggle css --- editor/sass/editor.scss | 1 - editor/sass/mixins.scss | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editor/sass/editor.scss b/editor/sass/editor.scss index 9d62de15a..fdda5ac31 100644 --- a/editor/sass/editor.scss +++ b/editor/sass/editor.scss @@ -219,7 +219,6 @@ border-radius: 2px; padding: 0 10px; white-space: nowrap; - overflow: hidden; text-overflow: ellipsis; &.toggle { @include workspace-button-toggle; diff --git a/editor/sass/mixins.scss b/editor/sass/mixins.scss index 1fbdb0c1c..7201ef544 100644 --- a/editor/sass/mixins.scss +++ b/editor/sass/mixins.scss @@ -67,10 +67,11 @@ background: $workspace-button-background-active; text-decoration: none; } - &.selected:not(.disabled):not(:disabled) { - color: $workspace-button-color-selected !important; - background: $workspace-button-background-active; - } + // &.selected:not(.disabled):not(:disabled) { + // color: $workspace-button-color-selected !important; + // background: $workspace-button-background-active; + // background: #9f9; + // } .button-group &:not(:first-child) { border-left: none; border-top-left-radius: 0;