fix(docs-infra): don't hide contributor links on devices that cannot hover (#26410)
Fixes #16690 PR Close #26410
This commit is contained in:
parent
8a3fd58cad
commit
ecd473bbce
|
@ -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] {
|
||||
|
|
Loading…
Reference in New Issue