diff --git a/editor/sass/header.scss b/editor/sass/header.scss index 2011f8780..2f8534e9c 100644 --- a/editor/sass/header.scss +++ b/editor/sass/header.scss @@ -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 { diff --git a/editor/templates/index.mst b/editor/templates/index.mst index 103ffa76b..ce72cd5e4 100644 --- a/editor/templates/index.mst +++ b/editor/templates/index.mst @@ -34,7 +34,7 @@