Skip to content

Commit ed60a25

Browse files
authored
Fix typo in transform property for button styles
1 parent 0daa25e commit ed60a25

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ header p {
6969

7070
}
7171

72-
.btn:focus, .btn:hover-visible {
72+
.btn:focus,
73+
.btn:hover,
74+
.btn:focus-visible {
7375
outline: none;
74-
transform: translayeY(-1px);
76+
transform: translateY(-1px);
7577
box-shadow: 0 1px 0 rgba(0,0,0,.15);
7678
}
7779
.btn:active { transform: translateY(0); box-shadow: none; }

0 commit comments

Comments
 (0)