High Contrast: fix app-notifications
- get rid of the internal frame https://bugzilla.gnome.org/show_bug.cgi?id=763781
This commit is contained in:
@ -2618,6 +2618,7 @@ row.activatable {
|
||||
mix(black, $bg_color, 4%));
|
||||
// FIXME no space for outer shadow : box-shadow: 0 1px 1px rgba(0,0,0,.5);
|
||||
.button { padding: 6px; }
|
||||
border { border-width: 0; }
|
||||
}
|
||||
|
||||
/*************
|
||||
|
||||
@ -2767,6 +2767,9 @@ row.activatable {
|
||||
.app-notification .button,
|
||||
.app-notification.frame .button {
|
||||
padding: 6px; }
|
||||
.app-notification border,
|
||||
.app-notification.frame border {
|
||||
border-width: 0; }
|
||||
|
||||
/*************
|
||||
* Expanders *
|
||||
|
||||
@ -2774,6 +2774,9 @@ row.activatable {
|
||||
.app-notification .button,
|
||||
.app-notification.frame .button {
|
||||
padding: 6px; }
|
||||
.app-notification border,
|
||||
.app-notification.frame border {
|
||||
border-width: 0; }
|
||||
|
||||
/*************
|
||||
* Expanders *
|
||||
|
||||
Reference in New Issue
Block a user