Add credential type to TypedInput

This commit is contained in:
Nick O'Leary
2019-11-01 14:13:36 +00:00
parent 1f8ed9dcb9
commit d08e77cf36
3 changed files with 87 additions and 5 deletions

View File

@@ -56,7 +56,10 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
.red-ui-typedInput-value-label-inactive {
backgroundColor: $secondary-background-disabled;
color: $secondary-text-color-disabled;
}
}
}
.red-ui-typedInput-options {
@@ -123,7 +126,7 @@ button.red-ui-typedInput-option-trigger
}
&.disabled {
cursor: default;
i.red-ui-typedInput-icon {
> i.red-ui-typedInput-icon {
color: $secondary-text-color-disabled;
}
}