mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add 'open project' option to Projects Welcome dialog
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user