Skip to content

Commit

Permalink
Cleanup of unnecessary borders and a couple coloring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 12, 2024
1 parent 92ecafe commit 0288913
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,6 @@ $colors: (
& button:hover {
background: bg-color(1);
color: $view_fg_color;
box-shadow: inset 0 0 0 1px gtkalpha($borders, 0.38);
}
& button:checked {
background: bg-color(2);
Expand Down Expand Up @@ -1772,15 +1771,12 @@ $colors: (
}
&:hover {
background: gtkalpha($window_fg_color, 0.08);
box-shadow: inset 0 0 0 1px gtkalpha($borders, 0.38);
}
&:checked {
background: $suggested_container_bg_color;
box-shadow: inset 0 0 0 1px gtkalpha($borders, 0.38);
}
&:hover:checked {
background: $suggested_container_bg_color;
box-shadow: inset 0 0 0 1px gtkalpha($borders, 0.38);
}
& image {
margin: 0 0 0 8px;
Expand Down Expand Up @@ -1837,15 +1833,12 @@ $colors: (
}
& row:selected .mini-content-block {
background: $suggested_container_bg_color;
box-shadow: inset 0 0 0 1px gtkalpha($borders, 0.38);
}
& row:hover:selected .mini-content-block {
background: $suggested_container_bg_color;
box-shadow: inset 0 0 0 1px gtkalpha($borders, 0.38);
}
& row:hover .mini-content-block {
background: gtkalpha($window_fg_color, 0.08);
box-shadow: inset 0 0 0 1px gtkalpha($borders, 0.38);
}
& row .mini-content-block image {
margin: 0 0 0 16px;
Expand All @@ -1860,6 +1853,12 @@ $colors: (
color: $view_fg_color;
font-size: 10pt;
}
& row:hover:selected .mini-content-block label {
color: $suggested_container_fg_color;
}
& row:selected .mini-content-block label {
color: $suggested_container_fg_color;
}
}

.slider .stop-indicator {
Expand Down

0 comments on commit 0288913

Please sign in to comment.