This commit is contained in:
Vince 2024-04-18 11:35:37 +08:00
parent e724a68463
commit bb96c8262a
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;