mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
editorTheme: allow header logo/title to be a link
This commit is contained in:
@@ -42,7 +42,6 @@ $headerMenuItemDivider: #464646;
|
||||
}
|
||||
|
||||
span.logo {
|
||||
pointer-events: none;
|
||||
float: left;
|
||||
margin-top: 5px;
|
||||
font-size: 30px;
|
||||
@@ -56,6 +55,14 @@ span.logo {
|
||||
img {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.header-toolbar {
|
||||
|
Reference in New Issue
Block a user