Skip to content

Commit

Permalink
Change input disabled state style
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvisvajeetrs committed Aug 28, 2019
1 parent 76a2875 commit 60e2b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shared/components/input/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
}

&[disabled] {
border: 3px solid var(--hw-color-gray-lighter);
border: 3px solid var(--hw-color-gray-light);
background-color: transparent;
}

/**
Expand Down

0 comments on commit 60e2b36

Please sign in to comment.