Remove hardcoded css and allow group to default from theme

Fixes #2633
This commit is contained in:
Nick O'Leary
2020-07-07 11:01:05 +01:00
parent 64ec415a54
commit f5e46a663a
6 changed files with 47 additions and 17 deletions

View File

@@ -42,7 +42,11 @@
background: $secondary-background;
border: 2px solid $primary-border-color;
text-align: center;
line-height:50px
line-height:50px;
&.selected {
background: $workspace-button-background-hover;
}
}
.red-ui-editor-radial-menu-opt-disabled {