Skip to content

Commit

Permalink
BUGfix: GTK3&4 - sidebar solor (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Mar 3, 2022
1 parent 1cf5a4b commit 06a255b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4282,7 +4282,7 @@ placessidebar.sidebar {
background-image: linear-gradient(to right, #ff6a00 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
placessidebar.sidebar row.sidebar-row:selected:hover {
color: #ffffff;
background-color: rgba(191, 195, 205, 0.05); }
background-color: rgba(191, 195, 205, 0.1); }
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
color: #ffffff; }
placessidebar.sidebar row.sidebar-row:selected:backdrop {
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4282,7 +4282,7 @@ placessidebar.sidebar {
background-image: linear-gradient(to right, #ff6a00 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
placessidebar.sidebar row.sidebar-row:selected:hover {
color: #ffffff;
background-color: rgba(191, 195, 205, 0.05); }
background-color: rgba(191, 195, 205, 0.1); }
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
color: #ffffff; }
placessidebar.sidebar row.sidebar-row:selected:backdrop {
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.0/widgets/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ placessidebar{
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
&:hover{
color: #ffffff;
background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.95));
background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.90));
.sidebar-icon {
color: #ffffff;
}
Expand Down
2 changes: 1 addition & 1 deletion gtk-4.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -4255,7 +4255,7 @@ placessidebar.sidebar {
background-image: linear-gradient(to right, #ff6a00 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
placessidebar.sidebar row.sidebar-row:selected:hover {
color: #ffffff;
background-color: rgba(191, 195, 205, 0.05); }
background-color: rgba(191, 195, 205, 0.1); }
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
color: #ffffff; }
placessidebar.sidebar row.sidebar-row:selected:backdrop {
Expand Down
2 changes: 1 addition & 1 deletion gtk-4.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -4255,7 +4255,7 @@ placessidebar.sidebar {
background-image: linear-gradient(to right, #ff6a00 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
placessidebar.sidebar row.sidebar-row:selected:hover {
color: #ffffff;
background-color: rgba(191, 195, 205, 0.05); }
background-color: rgba(191, 195, 205, 0.1); }
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
color: #ffffff; }
placessidebar.sidebar row.sidebar-row:selected:backdrop {
Expand Down
2 changes: 1 addition & 1 deletion gtk-4.0/widgets/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ placessidebar{
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
&:hover{
color: #ffffff;
background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.95));
background-color: if(variant == light, transparentize($fg_color, 0.9), transparentize($fg_color, 0.90));
.sidebar-icon {
color: #ffffff;
}
Expand Down

0 comments on commit 06a255b

Please sign in to comment.