diff --git a/editor/sass/mixins.scss b/editor/sass/mixins.scss index 36d08c948..bdef0ebc4 100644 --- a/editor/sass/mixins.scss +++ b/editor/sass/mixins.scss @@ -134,15 +134,18 @@ color: $workspace-button-toggle-color !important; background:$workspace-button-background-active; margin-bottom: 1px; - &.selected:not(.disabled) { + + &.selected:not(.disabled):not(:disabled) { color: $workspace-button-toggle-color-selected !important; background: $workspace-button-background; border-bottom-width: 2px; border-bottom-color: $form-input-border-selected-color; margin-bottom: 0; - cursor: default; + &:not(.single) { + cursor: default; + } } - &.disabled { + &.disabled,&:disabled { color: $workspace-button-toggle-color-disabled !important; } } diff --git a/editor/templates/index.mst b/editor/templates/index.mst index 23a87fde7..846150118 100644 --- a/editor/templates/index.mst +++ b/editor/templates/index.mst @@ -51,7 +51,7 @@ - +