[MTELELIE-310] hide misplaced and unused key icon

This commit is contained in:
Daniel Muyshond 2022-03-09 14:08:58 +01:00
parent ba294c143e
commit b24631fa90
1 changed files with 6 additions and 1 deletions

View File

@ -752,5 +752,10 @@ input[value="Connexion"]:hover {
// fix footer href color not visible
#footer-wrapper a {
color: white;
color: white;
}
// fix key icon on lock
li.required-authentication a:after {
content: none;
}