1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fixup positioning of create-project icons in startup dialog

This commit is contained in:
Nick O'Leary 2020-05-21 17:46:29 +01:00
parent 4c24bd4ab9
commit ac2a21f992
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -265,6 +265,9 @@
}
}
}
.red-ui-projects-dialog-screen-create-type {
position: relative;
}
.red-ui-projects-dialog-screen-create-type.red-ui-button.toggle.selected:not(.disabled):not(:disabled) {
color: $secondary-text-color-active !important;
}