Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Feb 23, 2024
1 parent fe10a62 commit 7284ad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/sass/gtk/_common-4.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4311,6 +4311,8 @@ window.background.messagedialog {
border-radius: $bt_radius;
}
}

separator { background-color: transparent; }
}
}

Expand Down
6 changes: 4 additions & 2 deletions src/sass/gtk/apps/_libadwaita.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,12 @@ toast {
@extend %osd;
margin: $container_padding * 2;
margin-bottom: $container_padding * 3;
border-radius: $mn_radius;
border-radius: $circular_radius;
border-spacing: $container_padding;
padding: $container_padding;
box-shadow: 0 3px 8px rgba(black, 0.35);
box-shadow: 0 3px 8px rgba(black, 0.35), $wm_outline;
outline: 1px solid $highlight_color;
outline-offset: -1px;

&:dir(ltr) { padding-left: $container_padding * 2; }
&:dir(rtl) { padding-right: $container_padding * 2; }
Expand Down

0 comments on commit 7284ad0

Please sign in to comment.