Skip to content

Commit

Permalink
fix: input element inside wrapper with input class background color. c…
Browse files Browse the repository at this point in the history
…loses #2846
  • Loading branch information
saadeghi committed Feb 13, 2024
1 parent 10323ef commit 938829d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/styled/input.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.input {
@apply bg-base-100 rounded-btn border border-transparent text-base;
input:focus {
@apply outline-none;
input {
@apply bg-primary bg-transparent;
&:focus {
@apply outline-none;
}
}
&[list]::-webkit-calendar-picker-indicator {
line-height: 1em;
Expand Down

0 comments on commit 938829d

Please sign in to comment.