mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
Merge branch 'master' of github.com:vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
commit
952e686a91
@ -46,8 +46,10 @@
|
|||||||
|
|
||||||
.icon-button {
|
.icon-button {
|
||||||
min-height: $scalable_icon_size;
|
min-height: $scalable_icon_size;
|
||||||
|
min-width: $scalable_icon_size;
|
||||||
padding: $scaled_padding * 2;
|
padding: $scaled_padding * 2;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular_radius;
|
||||||
|
border: none;
|
||||||
@extend %button;
|
@extend %button;
|
||||||
|
|
||||||
StIcon {
|
StIcon {
|
||||||
|
@ -75,6 +75,7 @@ $app_folder_size: 720px;
|
|||||||
& .icon-button, & .page-navigation-arrow {
|
& .icon-button, & .page-navigation-arrow {
|
||||||
color: $light_alt_fg_color;
|
color: $light_alt_fg_color;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $light_divider_color;
|
background-color: $light_divider_color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user