Skip to content

Commit

Permalink
Add dialog-sheet for Desktop BottomSheet
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 19, 2024
1 parent 36a013a commit 1d2cd2c
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1901,22 +1901,12 @@ button.image-button.disclosure-button {
background: bg-color(-2);
border-radius: px-to-rem(24px) px-to-rem(24px) 0 0;
padding: px-to-rem(24px);
}

& .close-button {
min-width: px-to-rem(32px);
min-height: px-to-rem(32px);
border-radius: px-to-rem(999px);
padding: 0;
margin: 0;
background: gtkalpha($outline, 0.08);
color: $view_fg_color;
}
& .close-button:hover {
background: gtkalpha($outline, 0.14);
}
& .close-button:active {
background: gtkalpha($outline, 0.15);
}
.dialog-sheet {
background: bg-color(-2);
padding: px-to-rem(24px);
border-radius: px-to-rem(24px);
}

.dimming {
Expand Down

0 comments on commit 1d2cd2c

Please sign in to comment.