refactor(docs-infra): remove unused styles for `.heading` CSS class (#40427)

This commit removes some styles for the `.heading` CSS class which do
not have any effect (either because they are overridden in other rules
or because they do not make any difference).

NOTE:
The `.heading` class is kept in the HTML to make it easier to associate
the `.heading-children` element with its corresponding `.heading`
parent.

PR Close #40427
This commit is contained in:
George Kalpakas 2021-02-02 14:35:45 +02:00 committed by Misko Hevery
parent d6ab339127
commit 11ca2f04f9
1 changed files with 0 additions and 7 deletions

View File

@ -106,13 +106,6 @@ button.vertical-menu-item {
width: 100%;
}
.heading {
color: $darkgray;
cursor: pointer;
position: relative;
@include font-size(16);
}
.heading-children {
&.expanded {
visibility: visible;