Skip to content

Commit

Permalink
Update: (liferay#439) Input Group Inset should have :disabled styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Jan 25, 2018
1 parent 0212baa commit 964d265
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 964d265

Please sign in to comment.