MDL-66999 theme_boost: @extend remove .h2 from calendar

The calendar monthname is already in a <h2>, no additional .h2
styles are needed
This commit is contained in:
Bas Brands
2019-12-09 10:49:39 +01:00
parent 1714b6e7f0
commit 30b71a91fa
3 changed files with 4 additions and 10 deletions
-6
View File
@@ -213,12 +213,6 @@ $calendarEventUserColor: #dce7ec !default; // Pale blue.
border-color: $calendarEventUserColor;
}
.calendar-controls {
.current {
@extend .h2;
}
}
.calendartable {
td,
li {
+2 -2
View File
@@ -2631,7 +2631,7 @@ template {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .path-calendar .maincalendar .calendar-controls .current, .h3, .h4, .h5, .h6 {
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 300;
line-height: 1.2; }
@@ -2639,7 +2639,7 @@ h1, h2, h3, h4, h5, h6,
h1, .h1 {
font-size: 2.34375rem; }
h2, .h2, .path-calendar .maincalendar .calendar-controls .current {
h2, .h2 {
font-size: 1.875rem; }
h3, .h3 {
+2 -2
View File
@@ -2631,7 +2631,7 @@ template {
display: none !important; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .path-calendar .maincalendar .calendar-controls .current, .h3, .h4, .h5, .h6 {
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 300;
line-height: 1.2; }
@@ -2639,7 +2639,7 @@ h1, h2, h3, h4, h5, h6,
h1, .h1 {
font-size: 2.34375rem; }
h2, .h2, .path-calendar .maincalendar .calendar-controls .current {
h2, .h2 {
font-size: 1.875rem; }
h3, .h3 {