diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2015-05-11 12:29:04 +0300 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2015-05-11 12:29:04 +0300 |
commit | e7923de1bea38d347d674248899f3592e5750e91 (patch) | |
tree | afb6e1f10cc6e25b03dce8b11a43f9ab045ff3c5 /WebContent/VAADIN/themes/runo | |
parent | 7b0b03f8d0bb1acbc157b6fe7186d297ef4f2609 (diff) | |
download | vaadin-framework-e7923de1bea38d347d674248899f3592e5750e91.tar.gz vaadin-framework-e7923de1bea38d347d674248899f3592e5750e91.zip |
Fixes unnecessary selector specificity for notifications (#14872)
Removes nesting for .v-Notification-caption and -description when possible.
Change-Id: I6c68706116f9a90598413ffe43ea429d08616f51
Diffstat (limited to 'WebContent/VAADIN/themes/runo')
-rw-r--r-- | WebContent/VAADIN/themes/runo/notification/notification.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/WebContent/VAADIN/themes/runo/notification/notification.scss b/WebContent/VAADIN/themes/runo/notification/notification.scss index f3b850924e..dde885846b 100644 --- a/WebContent/VAADIN/themes/runo/notification/notification.scss +++ b/WebContent/VAADIN/themes/runo/notification/notification.scss @@ -15,12 +15,8 @@ -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3); margin: 10px; } -.#{$primaryStyleName} .#{$primaryStyleName}-caption, -.#{$primaryStyleName} .#{$primaryStyleName}-description, -.#{$primaryStyleName}-error .#{$primaryStyleName}-caption, -.#{$primaryStyleName}-error .#{$primaryStyleName}-description, -.#{$primaryStyleName}-warning .#{$primaryStyleName}-caption, -.#{$primaryStyleName}-warning .#{$primaryStyleName}-description { +.#{$primaryStyleName}-caption, +.#{$primaryStyleName}-description { display: inline; font-weight: normal; line-height: normal; |