Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 17, 2024
1 parent 4ccc456 commit 7a51eb5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1909,25 +1909,25 @@ button.image-button.disclosure-button {
}

.bottom-sheet {
background: $surface_container_low_bg_color;
background: bg-color(-2);
border-radius: px-to-rem(24px) px-to-rem(24px) 0 0;
padding: px-to-rem(24px);
}

.bottom-sheet .close-button {
min-width: px-to-rem(32px);
min-height: px-to-rem(32px);
border-radius: px-to-rem(999px);
padding: 0px;
margin: 0px;
background: gtkalpha($outline, 0.08);
color: $view_fg_color;
}
.bottom-sheet .close-button:hover {
background: gtkalpha($outline, 0.14);
}
.bottom-sheet .close-button:active {
background: gtkalpha($outline, 0.15);
& .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);
}
}

.dimming {
Expand Down

0 comments on commit 7a51eb5

Please sign in to comment.