diff options
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/notification/notification.scss')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/notification/notification.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/notification/notification.scss b/WebContent/VAADIN/themes/reindeer/notification/notification.scss index 6eb53dc70a..4884f19f8b 100644 --- a/WebContent/VAADIN/themes/reindeer/notification/notification.scss +++ b/WebContent/VAADIN/themes/reindeer/notification/notification.scss @@ -10,7 +10,7 @@ font-weight: bold; } -.v-ie9 .#{$primaryStyleName} H1 { +.v-ie9 & .#{$primaryStyleName} H1 { /* Fix for #6793 */ font-weight: bold; } |