Skip to content

Commit

Permalink
accessibility(Buttons) implemented focus state materializecss#81
Browse files Browse the repository at this point in the history
  • Loading branch information
gselderslaghs committed Dec 26, 2024
1 parent 1acd462 commit 2fbf95e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@

//------------------ Focus

.btn:focus {
background-color: var(--md-sys-color-primary-container);
}

.btn:focus.elevated {
@extend .z-depth-1;
color: var(--md-sys-color-primary);
Expand Down

0 comments on commit 2fbf95e

Please sign in to comment.