From 3b001d1837cefa428d1a3cbe532ea40f646a2cf2 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 2 Feb 2025 22:58:49 -0500 Subject: [PATCH 1/3] Turn off the text-transform with a class --- tubesync/common/static/styles/_forms.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tubesync/common/static/styles/_forms.scss b/tubesync/common/static/styles/_forms.scss index 445466bd..7ec08ce1 100644 --- a/tubesync/common/static/styles/_forms.scss +++ b/tubesync/common/static/styles/_forms.scss @@ -46,3 +46,7 @@ select { background-color: $main-button-background-hover-colour !important; } } + +.no-text-transform { + text-transform: none; +} From 4e12c2e7fb91ed9dc44497590bfcfe96e0da127b Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 2 Feb 2025 23:01:57 -0500 Subject: [PATCH 2/3] Revert a06bd29f88d46eec86de071c3495d49d932f1707 --- tubesync/sync/templates/widgets/checkbox_option.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubesync/sync/templates/widgets/checkbox_option.html b/tubesync/sync/templates/widgets/checkbox_option.html index 739eb782..db32a457 100644 --- a/tubesync/sync/templates/widgets/checkbox_option.html +++ b/tubesync/sync/templates/widgets/checkbox_option.html @@ -1,7 +1,7 @@ -
+
+ From bd67b9bb20b83db7c8021554a5cb942bbeb5f219 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 2 Feb 2025 23:03:13 -0500 Subject: [PATCH 3/3] Apply the class to the category labels --- tubesync/sync/templates/widgets/checkbox_option.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/sync/templates/widgets/checkbox_option.html b/tubesync/sync/templates/widgets/checkbox_option.html index db32a457..3d3f30fa 100644 --- a/tubesync/sync/templates/widgets/checkbox_option.html +++ b/tubesync/sync/templates/widgets/checkbox_option.html @@ -3,5 +3,5 @@