From b1bb8e229052bfab6d14357e15b30c528383c259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Feb 2022 10:06:16 +0100 Subject: [PATCH] theme: capitalize theme name in option for FF #178 --- layouts/partials/menu.html | 4 ++-- static/css/theme.css | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 19cd8b0eb9..3aabf85e10 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -101,9 +101,9 @@ {{- $themename := replaceRE "[-_]+" " " $themevariant }} {{- if $firsttheme }} {{- $firsttheme = false }} - + {{- else }} - + {{- end }} {{- end }} diff --git a/static/css/theme.css b/static/css/theme.css index 5aef9ce95a..7655b1927f 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1414,10 +1414,6 @@ h6 a { cursor: pointer; } -.select-style #select-theme { - text-transform: capitalize; -} - @media only all and (max-width: 47.938em) { #breadcrumbs .links, #top-github-link-text { display: none;