Skip to content

Commit

Permalink
feat: disable input outline when there's an <input> tag inside a `.…
Browse files Browse the repository at this point in the history
…input` wrapper
  • Loading branch information
saadeghi committed Sep 27, 2023
1 parent cac7938 commit dc1766b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/styled/input.css
@@ -1,5 +1,8 @@
.input {
@apply border-base-content bg-base-100 rounded-btn border border-opacity-0 text-base;
input:focus {
@apply outline-none;
}
&[list]::-webkit-calendar-picker-indicator {
line-height: 1em;
}
Expand Down

0 comments on commit dc1766b

Please sign in to comment.