fix(docs-infra): don't hide contributor links on devices that cannot hover (#26410)

Fixes #16690

PR Close #26410
This commit is contained in:
Pete Bacon Darwin 2018-10-12 10:33:57 +01:00 committed by Misko Hevery
parent 8a3fd58cad
commit ecd473bbce
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ aio-contributor {
justify-content: center;
align-items: center;
text-align: center;
opacity: 0;
/* There is no point in hiding this if we can't hover to show it. */
@media (hover) { opacity: 0; }
border-radius: 50%;
[mat-button] {