mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
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:
parent
e942aee13d
commit
09168806a2
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user