diff --git a/data/theme/gnome-shell-sass/widgets/_notifications.scss b/data/theme/gnome-shell-sass/widgets/_notifications.scss index cc6937964..7d0cda2ba 100644 --- a/data/theme/gnome-shell-sass/widgets/_notifications.scss +++ b/data/theme/gnome-shell-sass/widgets/_notifications.scss @@ -7,28 +7,8 @@ $notification_banner_width: 34em; .notification-banner { min-height: $notification_banner_height; width: $notification_banner_width; - @include fontsize($base_font_size); - margin: $base_margin; - border-radius: $modal_radius; - - .message-title { color: $fg_color } - .message-content { color: $fg_color; } - - &:hover { background: $bg_color; } - &, &:focus, &:active { - background-color: $bg_color; - .message-title { color: $fg_color } - .message-content { color: $fg_color; } - } - - // icon - .message-icon-bin > StIcon { - icon-size: $base_icon_size * 2; - color: $fg_color; - } .notification-actions { - padding-top: 0; spacing: 0; }