Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit be6a436

Browse files
author
Baggerone
authored
Merge pull request #121 from silinternational/feature/fix-capitalization
capitalize is not desired
2 parents 94d54f1 + c9e6965 commit be6a436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

themes/material/default/selectidp-links.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ function clickedAnyway(idpName) {
149149
align-items: center;
150150
justify-content: space-around;
151151
}
152+
.mdl-button {
153+
text-transform: none;
154+
}
152155
.mdl-button:hover > .clickable-caption {
153156
color: #004F9E !important;
154157
}

0 commit comments

Comments
 (0)