Skip to content

Commit 00a3960

Browse files
committed
Fix editor-button toggle css
1 parent 1335604 commit 00a3960

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

editor/sass/editor.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
border-radius: 2px;
220220
padding: 0 10px;
221221
white-space: nowrap;
222-
overflow: hidden;
223222
text-overflow: ellipsis;
224223
&.toggle {
225224
@include workspace-button-toggle;

editor/sass/mixins.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@
6767
background: $workspace-button-background-active;
6868
text-decoration: none;
6969
}
70-
&.selected:not(.disabled):not(:disabled) {
71-
color: $workspace-button-color-selected !important;
72-
background: $workspace-button-background-active;
73-
}
70+
// &.selected:not(.disabled):not(:disabled) {
71+
// color: $workspace-button-color-selected !important;
72+
// background: $workspace-button-background-active;
73+
// background: #9f9;
74+
// }
7475
.button-group &:not(:first-child) {
7576
border-left: none;
7677
border-top-left-radius: 0;

0 commit comments

Comments
 (0)