Skip to content

Commit

Permalink
chore: update sassdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jun 26, 2019
1 parent 3516ab5 commit 2d689b2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -4212,7 +4212,6 @@ $interactive-01: map-get($carbon--theme, 'interactive-01');
- [snippet [mixin]](#snippet-mixin)
- [data-table-v2-action [mixin]](#data-table-v2-action-mixin)
- [date-picker [mixin]](#date-picker-mixin)
- [file-uploader [mixin]](#file-uploader-mixin)
- [inline-loading [mixin]](#inline-loading-mixin)
- [modal [mixin]](#modal-mixin)
- [pseudo-underline [mixin]](#pseudo-underline-mixin)
Expand Down Expand Up @@ -4286,6 +4285,7 @@ $interactive-04: map-get($carbon--theme, 'interactive-04');
- **Used by**:
- [carbon--theme [mixin]](#carbon--theme-mixin)
- [button [mixin]](#button-mixin)
- [file-uploader [mixin]](#file-uploader-mixin)
- [loading [mixin]](#loading-mixin)

### ✅ui-background [variable]
Expand Down Expand Up @@ -12496,12 +12496,18 @@ File uploader styles
}

.#{$prefix}--file__state-container .#{$prefix}--file-complete {
fill: $interactive-01;
fill: $interactive-04;
cursor: pointer;

&:focus {
@include focus-outline('border');
}

// for checkmark contrast
[data-icon-path='inner-path'] {
opacity: 1;
fill: $ibm-color__white-0;
}
}

.#{$prefix}--file__state-container .#{$prefix}--file-close {
Expand Down Expand Up @@ -12561,7 +12567,7 @@ File uploader styles
- [field-01 [variable]](#field-01-variable)
- [ui-03 [variable]](#ui-03-variable)
- [ui-05 [variable]](#ui-05-variable)
- [interactive-01 [variable]](#interactive-01-variable)
- [interactive-04 [variable]](#interactive-04-variable)
- [icon-02 [variable]](#icon-02-variable)
- [ui-04 [variable]](#ui-04-variable)
- [interactive-03 [variable]](#interactive-03-variable)
Expand Down

0 comments on commit 2d689b2

Please sign in to comment.