mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
Adwaita: Fix app-notification theming
The way to disable the frame border has changed.
This commit is contained in:
parent
f5f80b40c3
commit
c8206ca698
@ -2750,7 +2750,6 @@ row {
|
||||
.app-notification.frame {
|
||||
@extend %osd;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
border-radius: 0 0 5px 5px;
|
||||
background-color: $osd_bg_color;
|
||||
background-image: linear-gradient(to bottom, transparentize(black, 0.8),
|
||||
@ -2759,6 +2758,7 @@ row {
|
||||
&:backdrop { background-image: none; }
|
||||
|
||||
button { @extend %osd_button; }
|
||||
border { border: none; }
|
||||
}
|
||||
|
||||
/*************
|
||||
|
@ -3868,7 +3868,6 @@ row {
|
||||
.app-notification,
|
||||
.app-notification.frame {
|
||||
padding: 10px;
|
||||
border: none;
|
||||
border-radius: 0 0 5px 5px;
|
||||
background-color: rgba(32, 37, 38, 0.8);
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
|
||||
@ -3876,6 +3875,9 @@ row {
|
||||
.app-notification:backdrop,
|
||||
.app-notification.frame:backdrop {
|
||||
background-image: none; }
|
||||
.app-notification border,
|
||||
.app-notification.frame border {
|
||||
border: none; }
|
||||
|
||||
/*************
|
||||
* Expanders *
|
||||
|
@ -4038,7 +4038,6 @@ row {
|
||||
.app-notification,
|
||||
.app-notification.frame {
|
||||
padding: 10px;
|
||||
border: none;
|
||||
border-radius: 0 0 5px 5px;
|
||||
background-color: rgba(32, 37, 38, 0.8);
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
|
||||
@ -4046,6 +4045,9 @@ row {
|
||||
.app-notification:backdrop,
|
||||
.app-notification.frame:backdrop {
|
||||
background-image: none; }
|
||||
.app-notification border,
|
||||
.app-notification.frame border {
|
||||
border: none; }
|
||||
|
||||
/*************
|
||||
* Expanders *
|
||||
|
Loading…
Reference in New Issue
Block a user