theme/notifications: Remove some duplicate or pointless styling
Those styles are defined in .message and do not need to be overridden in .notification-banner. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/957
This commit is contained in:
parent
62441ebeb4
commit
900d36d0ea
@ -7,28 +7,8 @@ $notification_banner_width: 34em;
|
|||||||
.notification-banner {
|
.notification-banner {
|
||||||
min-height: $notification_banner_height;
|
min-height: $notification_banner_height;
|
||||||
width: $notification_banner_width;
|
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 {
|
.notification-actions {
|
||||||
padding-top: 0;
|
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user