Skip to content

Commit 59b18bd

Browse files
committed
update
1 parent 64e27de commit 59b18bd

13 files changed

+13
-39
lines changed

src/_sass/gnome-shell/widgets/_notifications.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ $notification_banner_width: 34em;
2828
background-color: transparent;
2929
color: $text-secondary;
3030
font-weight: 500;
31-
border-width: 1px 0 0 0;
32-
border-color: $secondary-fill;
33-
border-style: solid;
31+
border-top: 1px solid $border !important;
3432

3533
&:first-child { border-radius: 0 0 0 $material-radius; }
3634

src/gnome-shell/shell-40-0/gnome-shell-Compact.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
13351335
background-color: transparent;
13361336
color: rgba(0, 0, 0, 0.6);
13371337
font-weight: 500;
1338-
border-width: 1px 0 0 0;
1339-
border-color: rgba(0, 0, 0, 0.08);
1340-
border-style: solid;
1338+
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
13411339
}
13421340

13431341
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
13351335
background-color: transparent;
13361336
color: rgba(255, 255, 255, 0.7);
13371337
font-weight: 500;
1338-
border-width: 1px 0 0 0;
1339-
border-color: rgba(255, 255, 255, 0.08);
1340-
border-style: solid;
1338+
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
13411339
}
13421340

13431341
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-40-0/gnome-shell-Dark.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
13351335
background-color: transparent;
13361336
color: rgba(255, 255, 255, 0.7);
13371337
font-weight: 500;
1338-
border-width: 1px 0 0 0;
1339-
border-color: rgba(255, 255, 255, 0.08);
1340-
border-style: solid;
1338+
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
13411339
}
13421340

13431341
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-40-0/gnome-shell.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
13351335
background-color: transparent;
13361336
color: rgba(0, 0, 0, 0.6);
13371337
font-weight: 500;
1338-
border-width: 1px 0 0 0;
1339-
border-color: rgba(0, 0, 0, 0.08);
1340-
border-style: solid;
1338+
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
13411339
}
13421340

13431341
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-42-0/gnome-shell-Compact.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,9 +1666,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
16661666
background-color: transparent;
16671667
color: rgba(0, 0, 0, 0.6);
16681668
font-weight: 500;
1669-
border-width: 1px 0 0 0;
1670-
border-color: rgba(0, 0, 0, 0.08);
1671-
border-style: solid;
1669+
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
16721670
}
16731671

16741672
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,9 +1670,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
16701670
background-color: transparent;
16711671
color: rgba(255, 255, 255, 0.7);
16721672
font-weight: 500;
1673-
border-width: 1px 0 0 0;
1674-
border-color: rgba(255, 255, 255, 0.08);
1675-
border-style: solid;
1673+
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
16761674
}
16771675

16781676
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-42-0/gnome-shell-Dark.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,9 +1670,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
16701670
background-color: transparent;
16711671
color: rgba(255, 255, 255, 0.7);
16721672
font-weight: 500;
1673-
border-width: 1px 0 0 0;
1674-
border-color: rgba(255, 255, 255, 0.08);
1675-
border-style: solid;
1673+
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
16761674
}
16771675

16781676
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-42-0/gnome-shell.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,9 +1666,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
16661666
background-color: transparent;
16671667
color: rgba(0, 0, 0, 0.6);
16681668
font-weight: 500;
1669-
border-width: 1px 0 0 0;
1670-
border-color: rgba(0, 0, 0, 0.08);
1671-
border-style: solid;
1669+
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
16721670
}
16731671

16741672
.notification-banner .notification-button:first-child {

src/gnome-shell/shell-44-0/gnome-shell-Compact.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,9 +1784,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
17841784
background-color: transparent;
17851785
color: rgba(0, 0, 0, 0.6);
17861786
font-weight: 500;
1787-
border-width: 1px 0 0 0;
1788-
border-color: rgba(0, 0, 0, 0.08);
1789-
border-style: solid;
1787+
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
17901788
}
17911789

17921790
.notification-banner .notification-button:first-child {

0 commit comments

Comments
 (0)