Skip to content

Commit

Permalink
Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Nov 8, 2022
1 parent 7ea9e83 commit 816bfc2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/_sass/gnome-shell/widgets-common/_popovers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: $borders_color;
-arrow-base: 64px;
-arrow-base: 12px;
-arrow-rise: 0;
-arrow-box-shadow: none; // dreaming bugzilla #689995
}
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-3-32/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: rgba(255, 255, 255, 0.12);
-arrow-base: 64px;
-arrow-base: 12px;
-arrow-rise: 0;
-arrow-box-shadow: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-3-32/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: rgba(0, 0, 0, 0.12);
-arrow-base: 64px;
-arrow-base: 12px;
-arrow-rise: 0;
-arrow-box-shadow: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-40-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: rgba(255, 255, 255, 0.12);
-arrow-base: 64px;
-arrow-base: 12px;
-arrow-rise: 0;
-arrow-box-shadow: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-40-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: rgba(0, 0, 0, 0.12);
-arrow-base: 64px;
-arrow-base: 12px;
-arrow-rise: 0;
-arrow-box-shadow: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-42-0/gnome-shell-Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: rgba(255, 255, 255, 0.12);
-arrow-base: 64px;
-arrow-base: 12px;
-arrow-rise: 0;
-arrow-box-shadow: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/theme-42-0/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
-arrow-background-color: transparent;
-arrow-border-width: 0;
-arrow-border-color: rgba(0, 0, 0, 0.12);
-arrow-base: 64px;
-arrow-base: 12px;
-arrow-rise: 0;
-arrow-box-shadow: none;
}
Expand Down

0 comments on commit 816bfc2

Please sign in to comment.