From 4d6ad0560732e7c71a4455bb9872fcde54f9c9d4 Mon Sep 17 00:00:00 2001 From: jimtng <2554958+jimtng@users.noreply.github.com> Date: Sat, 10 Aug 2024 16:32:26 +1000 Subject: [PATCH] [BasicUI] Make button text not uppercased (#2697) The buttons on iOS and Android apps don't uppercase the text, so this PR makes BasicUI behave the same way. Related discussion: https://github.com/openhab/openhab-webui/pull/2388#issuecomment-2270883776 https://github.com/openhab/openhab-webui/pull/2388#issuecomment-2272304430 Signed-off-by: Jimmy Tanagra --- bundles/org.openhab.ui.basic/web-src/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/org.openhab.ui.basic/web-src/_layout.scss b/bundles/org.openhab.ui.basic/web-src/_layout.scss index 017a682b8c..769db866da 100644 --- a/bundles/org.openhab.ui.basic/web-src/_layout.scss +++ b/bundles/org.openhab.ui.basic/web-src/_layout.scss @@ -278,6 +278,7 @@ .mdl-button:focus { box-shadow: none; -webkit-box-shadow: none; + text-transform: unset; } .mdl-button-text { html.ui-bigger-font & {