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:
parent
e3e7044d06
commit
7e95802cc1
|
@ -12,6 +12,7 @@
|
|||
margin-left: -42px;
|
||||
padding: 0 8px;
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
vertical-align: middle;
|
||||
visibility: hidden;
|
||||
width: 40px;
|
||||
|
|
Loading…
Reference in New Issue