Add 'open project' option to Projects Welcome dialog

This commit is contained in:
Nick O'Leary
2018-11-14 12:51:02 +00:00
parent be0ef6e594
commit 4f0aa1bc02
2 changed files with 22 additions and 1 deletions

View File

@@ -118,6 +118,13 @@
color: $editor-button-color-primary !important;
}
}
&.secondary {
background: none;
&:not(:hover) {
border-color: rgba(0,0,0,0);
}
}
}
.button-group-vertical {
@@ -135,7 +142,7 @@
&.single {
color: $workspace-button-color !important;
background: $workspace-button-background;
&.selected:not(.disabled):not(:disabled) {
color: $workspace-button-toggle-color !important;
background: $workspace-button-background-active;