Tab buttons should use editor-button-toggle style

This commit is contained in:
Nick O'Leary
2018-06-15 17:28:29 +01:00
parent f7434b5ec8
commit de35c7024a
2 changed files with 3 additions and 4 deletions

View File

@@ -214,12 +214,11 @@
border-bottom: 1px solid $primary-border-color;
z-index: 2;
a {
@include workspace-button;
@include workspace-button-toggle;
line-height: 26px;
height: 28px;
width: 28px;
margin: 4px 3px 3px;
border: 1px solid $primary-border-color;
z-index: 2;
&.red-ui-tab-link-button {
&:not(.active) {