Skip to content

Commit

Permalink
fix button css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed Sep 22, 2024
1 parent db4f1a0 commit 91eee3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tgui/packages/tgui/styles/components/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ $bg-map: colors.$bg-map !default;
background-color 0ms;
}

&:focus {
&:active {
transition:
color 100ms,
background-color 100ms;
}

&:hover,
&:focus {
&:active {
background-color: lighten($color, 30%);
color: $text-color;
}
Expand Down

0 comments on commit 91eee3d

Please sign in to comment.