mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
fix(input): clickable calendar icon on date input
This commit is contained in:
parent
4e9ac7536b
commit
339e40c5fe
17 changed files with 25 additions and 25 deletions
|
@ -209,7 +209,7 @@ textarea[disabled],
|
|||
|
||||
// Aria-invalid
|
||||
:where(input, select, textarea) {
|
||||
&:not([type="checkbox"]):not([type="radio"]) {
|
||||
&:not([type="checkbox"]):not([type="radio"]):not([type="date"]) {
|
||||
&[aria-invalid] {
|
||||
@if $enable-important {
|
||||
padding-right: calc(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue