Skip to content

Commit

Permalink
Reset button styling when the mouse leaves the button during a moused…
Browse files Browse the repository at this point in the history
…own event
  • Loading branch information
Spencer14420 committed Nov 23, 2024
1 parent e02dc01 commit 8a71da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ body {
border: 2px solid color-mix(in srgb, var(--button-color) 75%, black 25%);
}

.btn-capanda:focus:not(:hover) {
background-color: var(--button-color);
border: 2px solid color-mix(in srgb, var(--button-color) 85%, black 15%);
}

.btn-flex-content {
display: flex;
align-items: center;
Expand Down

0 comments on commit 8a71da4

Please sign in to comment.