Skip to content

Commit

Permalink
New upstream snapshot for GTK4 (mamolinux#48)
Browse files Browse the repository at this point in the history
Co-authored-by: hsbasu <[email protected]>
  • Loading branch information
github-actions[bot] and hsbasu authored May 11, 2023
1 parent 63e73b0 commit 4682116
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gtk/upstream/gtk-4.0/Mint-Y/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1121,24 +1121,25 @@ windowcontrols {
}
@include draw_circle($selected_bg_color);

&:backdrop { @include draw-circle($_wm_backdrop_icon_color); }
&:hover { @include draw-circle(lighten($selected_bg_color, 5%)); }
&:active { @include draw-circle(darken($selected_bg_color, 5%)); }
&:backdrop { @include draw-circle($_wm_backdrop_icon_color); }
}

&.maximize,
&.minimize {
&:backdrop {
color: $_wm_backdrop_icon_color;
}
&:hover,
&:hover:backdrop {
color: $fg_color;
@include draw-circle($wm_button_hover_bg);
}
&:active,
&:active:backdrop {
@include draw-circle($wm_button_active_bg);
}
&:backdrop {
color: $_wm_backdrop_icon_color;
}
}
}
}
Expand Down

0 comments on commit 4682116

Please sign in to comment.