Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Jul 7, 2022
1 parent b18e559 commit 69636b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ textarea {
vertical-align: -webkit-baseline-middle;
/* display: inline-table; chrome makes align with the first line, but unresizable */
}
:where(textarea) { resize: none; }
:where(textarea:hover) { resize:vertical; }

textarea { resize: vertical; }
textarea:not(:hover) { resize:none; }

input, textarea { width:13rem; }
[type=radio], [type=checkbox], [type=file], [type=date], [type=time], [type=datetime-local] { width:auto; } /* todo: incomplete? */
Expand Down

0 comments on commit 69636b6

Please sign in to comment.