diff --git a/src/pivotal-ui/components/forms/forms.scss b/src/pivotal-ui/components/forms/forms.scss index 78d5f930f..c883bcfdc 100644 --- a/src/pivotal-ui/components/forms/forms.scss +++ b/src/pivotal-ui/components/forms/forms.scss @@ -557,7 +557,6 @@ them over a custom dropdown whenever possible. */ .form-control { - @include button-shadow; padding: 8px 14px; // override bootstrap //-webkit-appearance: none; position: relative; @@ -565,23 +564,22 @@ them over a custom dropdown whenever possible. border-color: $input-border-color-hover; } - &.active, &:active { - background-color: $input-bg-active; - } - &.disabled, &:disabled { opacity: 0.5; } } select.form-control { + @include button-shadow; color: $link-color; font-weight: $input-font-weight; + &:hover, &:focus { color: $input-color-hover; } &.active, &:active { + background-color: $input-bg-active; color: $input-color-active; }