Skip to content

Commit 5ad9b52

Browse files
authored
fix button css (#1088)
1 parent db4f1a0 commit 5ad9b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tgui/packages/tgui/styles/components/Button.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ $bg-map: colors.$bg-map !default;
3333
background-color 0ms;
3434
}
3535

36-
&:focus {
36+
&:active {
3737
transition:
3838
color 100ms,
3939
background-color 100ms;
4040
}
4141

4242
&:hover,
43-
&:focus {
43+
&:active {
4444
background-color: lighten($color, 30%);
4545
color: $text-color;
4646
}

0 commit comments

Comments
 (0)