Skip to content

Commit

Permalink
Fix slider styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 4, 2024
1 parent bbd6eac commit f07f66c
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 236 deletions.
8 changes: 8 additions & 0 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,10 @@ $colors: (
margin: 0;
background: bg-color(1);

scale > trough > slider {
box-shadow: 0 0 0 px-to-rem(6px) $surface_content_bg_color;
}

&:disabled {
background: gtkalpha($view_fg_color, 0.12);
color: gtkalpha($view_fg_color, 0.38);
Expand Down Expand Up @@ -981,6 +985,10 @@ $colors: (
padding: px-to-rem(18px);
background: bg-color(1);

scale > trough > slider {
box-shadow: 0 0 0 px-to-rem(6px) $surface_content_bg_color;
}

& label.cb-title {
font-size: 11pt;
}
Expand Down
Loading

0 comments on commit f07f66c

Please sign in to comment.