Add help/doc button to dropdown menu, remove button from old position, edit Change file
Change-Id: I6aed5457e0872f58d3d549c8fa6e119f31c1c648
diff --git a/dev/js/spec/tourSpec.js b/dev/js/spec/tourSpec.js
index ef85069..c342483 100644
--- a/dev/js/spec/tourSpec.js
+++ b/dev/js/spec/tourSpec.js
@@ -55,7 +55,6 @@
"<div class='button right'>" +
"<input checked='' class='checkbox' id='q-cutoff-field' name='cutoff' type='checkbox' value='1'>" +
"<label for='q-cutoff-field' title='Zeige nur die ersten Treffer in beliebiger Reihenfolge'><span id='glimpse'></span>Glimpse</label>" +
- "<a class='tutorial' id='view-tutorial' tabindex='-1' title='Einführung'><span>Einführung</span></a>"+
"</div>" +
"<div class='clear'></div>"+
"</form>" +
diff --git a/dev/scss/header/header.scss b/dev/scss/header/header.scss
index 8cb8e0f..a785117 100644
--- a/dev/scss/header/header.scss
+++ b/dev/scss/header/header.scss
@@ -192,6 +192,7 @@
-o-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
+ cursor: pointer;
&:hover {
color: $nearly-white;
@@ -335,9 +336,9 @@
@include icon-font;
}
- > a.tutorial::after {
- content: $fa-tutorial;
- }
+ // > a.tutorial::after {
+ // content: $fa-tutorial;
+ // }
> a.question::after {
content: $fa-question;