N°2311: Avoid new SSO buttons to flicker on page loading

This commit is contained in:
Stephen Abello
2019-10-09 10:20:10 +02:00
parent 0dd1f26b39
commit eece09e5ed

View File

@@ -174,6 +174,7 @@ a:hover {
background-color: #E4E7EB;
filter: grayscale(1) opacity(0.8);
transition-duration: 750ms;
transition-property: filter;
}
.sso-button:hover {