Merge branch 'master' of github.com:vinceliuice/WhiteSur-gtk-theme

This commit is contained in:
vinceliuice 2024-04-18 15:49:17 +08:00
commit 952e686a91
2 changed files with 3 additions and 0 deletions

View File

@ -46,8 +46,10 @@
.icon-button {
min-height: $scalable_icon_size;
min-width: $scalable_icon_size;
padding: $scaled_padding * 2;
border-radius: $circular_radius;
border: none;
@extend %button;
StIcon {

View File

@ -75,6 +75,7 @@ $app_folder_size: 720px;
& .icon-button, & .page-navigation-arrow {
color: $light_alt_fg_color;
background-color: transparent;
border: none;
&:hover {
background-color: $light_divider_color;