Skip to content

Commit

Permalink
Merge pull request #168 from DaleStudy/sam/162
Browse files Browse the repository at this point in the history
feat : add hover style to 200ms for all button and a element
  • Loading branch information
SamTheKorean authored Jul 19, 2024
2 parents fe0ecc5 + 80cd252 commit 1051695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/step.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class StepTextLink extends BaseStepElement {
a:hover {
font-weight: var(--font-weight-bold);
text-decoration: underline 3px;
transition: 200ms;
}
a:active {
color: var(--primary);
Expand Down
5 changes: 5 additions & 0 deletions global-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ a:visited {
a:hover {
color: inherit;
text-decoration: none;
transition: 200ms;
}

a:active {
Expand All @@ -58,6 +59,10 @@ a:focus {
outline: none;
}

button:hover {
transition: 200ms;
}

h1,
h2,
h3,
Expand Down

0 comments on commit 1051695

Please sign in to comment.