Skip to content

Commit

Permalink
fix: style date and time inputs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 14, 2021
1 parent c227449 commit ed1cbb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/textbox/html.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@

.utrecht-html {
input:not([type]),
input[type="date" i],
input[type="datetime-local" i],
input[type="email" i],
input[type="month" i],
input[type="number" i],
input[type="password" i],
input[type="search" i],
input[type="tel" i],
input[type="text" i],
input[type="url" i] {
input[type="time" i],
input[type="url" i],
input[type="week" i] {
@extend .utrecht-textbox;
@extend .utrecht-textbox--html-input;
}
Expand Down

0 comments on commit ed1cbb7

Please sign in to comment.