Skip to content

Commit

Permalink
Remove button styles on hover (will revert after demo if needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarMerino committed Jan 25, 2024
1 parent e2ddc74 commit fb4a68b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,11 @@ a.button:hover,
a.button:focus,
button:hover,
button:focus {
background-color: var(--color-brand-600);
cursor: pointer;
}

button:disabled,
button:disabled:hover {
background-color: var(--color-neutral-300);
cursor: unset;
}

Expand Down

0 comments on commit fb4a68b

Please sign in to comment.