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:
Jakub Steiner 2016-03-17 13:07:04 +01:00
parent e942aee13d
commit 09168806a2
3 changed files with 7 additions and 0 deletions

View File

@ -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; }
}
/*************

View File

@ -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 *

View File

@ -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 *