Skip to content

Commit

Permalink
fix(FormField): now correctly displays hover styles
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1730
  • Loading branch information
benjamincharity committed Oct 2, 2019
1 parent 237d6f5 commit 28ad2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terminus-ui/form-field/src/form-field.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ $date-picker-width: 200px;
&:not(.ts-form-field--disabled) {
.ts-form-field__container {
&:hover {
&.ts-form-field__outline {
.ts-form-field__outline {
opacity: 0;
transition: opacity 600ms $swift-ease-out-timing-function;
}

&.ts-form-field__outline--thick {
.ts-form-field__outline--thick {
opacity: 1;
}
}
Expand Down

0 comments on commit 28ad2a6

Please sign in to comment.