fix(aio): ignore `.header-link` when selecting the heading text (#21695)

Implemented @maxkorz's
[suggestion](https://github.com/angular/angular/issues/21515#issuecomment-357453634).

Fixes #21515

PR Close #21695
This commit is contained in:
George Kalpakas 2018-01-16 13:23:42 +02:00 committed by Miško Hevery
parent e3e7044d06
commit 7e95802cc1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
margin-left: -42px;
padding: 0 8px;
text-decoration: none;
user-select: none;
vertical-align: middle;
visibility: hidden;
width: 40px;