feat(aio): do not display anchor if heading has `no-anchor` class

This commit is contained in:
Peter Bacon Darwin 2017-06-07 16:41:42 +01:00 committed by Alex Rickabaugh
parent 3ddd28d37d
commit e317f7d51c
2 changed files with 7 additions and 0 deletions

View File

@ -440,6 +440,9 @@ header.bckground-sky.l-relative {
font-size: 24px;
font-weight: 300;
color: white;
margin: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
@media (max-width: 600px) {
font-size: 18px;

View File

@ -1,6 +1,10 @@
.sidenav-content {
h1, h2, h3, h4, h5, h6 {
&.no-anchor .header-link {
display: none;
}
.mat-icon, .material-icons {
visibility: hidden;
display: inline-block;