Skip to content

Commit

Permalink
[BasicUI] Make button text not uppercased (#2697)
Browse files Browse the repository at this point in the history
The buttons on iOS and Android apps don't uppercase the text, so this PR
makes BasicUI behave the same way.

Related discussion:

#2388 (comment)

#2388 (comment)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
  • Loading branch information
jimtng authored Aug 10, 2024
1 parent 4dc1bda commit 4d6ad05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundles/org.openhab.ui.basic/web-src/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
.mdl-button:focus {
box-shadow: none;
-webkit-box-shadow: none;
text-transform: unset;
}
.mdl-button-text {
html.ui-bigger-font & {
Expand Down

0 comments on commit 4d6ad05

Please sign in to comment.