Skip to content

Commit

Permalink
fix(file-uploader): ensure form requirements are visible (#6867)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 23, 2020
1 parent 1f6f646 commit 511ffcf
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
}

.#{$prefix}--form-requirement {
display: block;
grid-column: 1 / -1;
max-height: none;
margin: 0;
Expand Down Expand Up @@ -198,6 +199,11 @@
padding: 0 $carbon--spacing-05;
}

.#{$prefix}--file__selected-file--invalid
.#{$prefix}--form-requirement__title {
color: $text-error;
}

.#{$prefix}--file__selected-file--invalid
.#{$prefix}--form-requirement__supplement {
color: $text-01;
Expand Down

0 comments on commit 511ffcf

Please sign in to comment.