Skip to content

Commit

Permalink
accessibility(Datepicker) implemented styling for focus states on sel…
Browse files Browse the repository at this point in the history
…ect elements materializecss#522
  • Loading branch information
gselderslaghs committed Jan 19, 2025
1 parent 8df79c7 commit 5b081b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sass/components/_datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,18 @@
input {
&:focus {
border-bottom: none;
background-color: var(--md-sys-color-primary-container);
}

&::selection {
background-color: transparent;
}

height: 49px;
margin: 4px 0 0 0;
border-bottom: none;
border-radius: 4px;
text-align: center;
margin: 0;
}

.caret {
Expand Down

0 comments on commit 5b081b4

Please sign in to comment.