Skip to content

Commit

Permalink
button interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmaye committed Aug 19, 2024
1 parent 8be63ad commit 059bbec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/skin-super-modern/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
%ui-button {
@extend %ui-component;

transition: transform 0.15s ease;
background-color: transparent;
background-origin: content-box;
background-position: center;
Expand Down Expand Up @@ -36,6 +37,10 @@
}
}

&:active {
transform: scale(0.9);
}

@include hidden;
@include focusable;
}
Expand Down

0 comments on commit 059bbec

Please sign in to comment.