Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Fix input bg (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Oct 29, 2020
1 parent 66b7bb6 commit 8dd9099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/src/components/data-entry/Input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
font-size: var(--font-xl);
}

.input.disabled,
.input.disabled .placeholder {
.input.disabled {
cursor: default !important;
background-color: var(--neutral-light-9);
}
Expand Down Expand Up @@ -87,6 +86,7 @@
}

:global(.placeholder.focus).placeholder {
/* Z-index of 2 here to be on top of password managers */
z-index: 2;
pointer-events: none;
color: var(--neutral-light-4);
Expand Down

0 comments on commit 8dd9099

Please sign in to comment.