Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 9, 2023
1 parent 64e27de commit 59b18bd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 39 deletions.
4 changes: 1 addition & 3 deletions src/_sass/gnome-shell/widgets/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ $notification_banner_width: 34em;
background-color: transparent;
color: $text-secondary;
font-weight: 500;
border-width: 1px 0 0 0;
border-color: $secondary-fill;
border-style: solid;
border-top: 1px solid $border !important;

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

Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-40-0/gnome-shell-Compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(0, 0, 0, 0.6);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(0, 0, 0, 0.08);
border-style: solid;
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-40-0/gnome-shell-Dark-Compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(255, 255, 255, 0.08);
border-style: solid;
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-40-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(255, 255, 255, 0.08);
border-style: solid;
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-40-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1335,9 +1335,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(0, 0, 0, 0.6);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(0, 0, 0, 0.08);
border-style: solid;
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-42-0/gnome-shell-Compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1666,9 +1666,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(0, 0, 0, 0.6);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(0, 0, 0, 0.08);
border-style: solid;
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-42-0/gnome-shell-Dark-Compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1670,9 +1670,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(255, 255, 255, 0.08);
border-style: solid;
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-42-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1670,9 +1670,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(255, 255, 255, 0.08);
border-style: solid;
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-42-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1666,9 +1666,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(0, 0, 0, 0.6);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(0, 0, 0, 0.08);
border-style: solid;
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-44-0/gnome-shell-Compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1784,9 +1784,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(0, 0, 0, 0.6);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(0, 0, 0, 0.08);
border-style: solid;
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-44-0/gnome-shell-Dark-Compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -1788,9 +1788,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(255, 255, 255, 0.08);
border-style: solid;
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-44-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1788,9 +1788,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(255, 255, 255, 0.08);
border-style: solid;
border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down
4 changes: 1 addition & 3 deletions src/gnome-shell/shell-44-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -1784,9 +1784,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: transparent;
color: rgba(0, 0, 0, 0.6);
font-weight: 500;
border-width: 1px 0 0 0;
border-color: rgba(0, 0, 0, 0.08);
border-style: solid;
border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.notification-banner .notification-button:first-child {
Expand Down

0 comments on commit 59b18bd

Please sign in to comment.