Skip to content

Commit

Permalink
Merge pull request #472 from pat270/input-group-disabled
Browse files Browse the repository at this point in the history
Update: (#439) Input Group Inset should have `:disabled` styles
  • Loading branch information
jbalsas authored Jan 25, 2018
2 parents d436c3f + 964d265 commit fca7704
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/clay/src/scss/components/_input-groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@
border-color: $input-focus-border-color;
}
}

&:disabled {
~ .input-group-inset-item {
background-color: $input-disabled-bg;
border-color: $input-disabled-border-color;
}
}
}

.input-group-inset-item {
Expand Down

0 comments on commit fca7704

Please sign in to comment.