Merge remote-tracking branch 'theme/master' into src

* theme/master:
  Fixed typo in German i18n
  Changed i18n file comment heading
  Fixed accidental text selection
  Added rule to ignore .vscode

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-10 00:02:21 +05:30
commit cd80f975e1
5 changed files with 12 additions and 4 deletions

View File

@ -1 +1,2 @@
node_modules
node_modules
.vscode

View File

@ -41,3 +41,10 @@
.theme-toggler {
fill: currentColor;
}
.unselectable {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

View File

@ -1,4 +1,4 @@
# Translations for English
# Translations for German
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic

View File

@ -1,4 +1,4 @@
# Translations for France
# Translations for French
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic

View File

@ -13,7 +13,7 @@
</span>
{{ end }}
<span class="theme-toggle">{{ partial "theme-icon.html" . }}</span>
<span class="theme-toggle unselectable">{{ partial "theme-icon.html" . }}</span>
</span>
</span>
</header>