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

Commit d6a4d27

Browse files
author
Baggerone
authored
Merge pull request #124 from silinternational/develop
Release 8.0.1 Don't capitalize the logo captions
2 parents a06453f + 09d64c2 commit d6a4d27

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+
.logo-caption {
153+
text-transform: none;
154+
}
152155
.mdl-button:hover > .clickable-caption {
153156
color: #004F9E !important;
154157
}

0 commit comments

Comments
 (0)