Skip to content

Commit

Permalink
Revert shadow to Gtk3 one (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 committed Feb 7, 2023
1 parent f6f308a commit bf36ec5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion assets/handy-window-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/handy-window.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 8 additions & 15 deletions assets/handy-window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,23 @@ window.csd.unified {
}

decoration {
box-shadow: 0 1px 3px 3px transparent,
0 2px 8px 2px transparentize(black, 0.87),
0 3px 20px 10px transparentize(black, 0.91),
0 6px 32px 16px transparentize(black, 0.96),
0 0 0 1px transparentize(black, .95);

box-shadow: 0 3px 9px 1px transparentize(black, .5);

&:backdrop {
box-shadow: 0 1px 3px 3px transparentize(black, 0.91),
0 2px 14px 5px transparentize(black, 0.95),
0 4px 28px 12px transparentize(black, 0.97),
0 6px 32px 16px transparent,
0 0 0 1px transparentize(black, .98);
box-shadow: 0 3px 9px 1px transparent,
0 2px 6px 2px transparentize(black, 0.8);
}
}
}

headerbar {
min-height: 47px;
background: if($variant == 'light', #ebebeb, #303030);
box-shadow: inset 0 -1px if($variant == 'light', transparentize(black, .93), transparentize(black, .64));
background: if($variant=='light', #ebebeb, #303030);
box-shadow: inset 0 -1px if($variant=='light', transparentize(black, .93), transparentize(black, .64));
border: none;

&:backdrop{
background: if($variant == 'light', #fafafa, #242424);
&:backdrop {
background: if($variant=='light', #fafafa, #242424);
}
}

Expand Down

0 comments on commit bf36ec5

Please sign in to comment.