Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Feb 6, 2020
1 parent 0f9aef2 commit 74f96cc
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -6602,7 +6602,6 @@ $icon-03: if(
- **Type**: `{undefined}`
- **Used by**:
- [carbon--theme [mixin]](#carbon--theme-mixin)
- [button [mixin]](#button-mixin)
- [data-table-v2-action [mixin]](#data-table-v2-action-mixin)
- [file-uploader [mixin]](#file-uploader-mixin)
- [toggle [mixin]](#toggle-mixin)
Expand Down Expand Up @@ -12894,11 +12893,6 @@ Button styles

.#{$prefix}--btn {
@include button-base;

&.#{$prefix}--btn--disabled > svg.#{$prefix}--btn__icon,
&:disabled > svg.#{$prefix}--btn__icon {
fill: $disabled-03;
}
}

// Reset intrisic padding in Firefox (see #731)
Expand Down Expand Up @@ -12971,14 +12965,6 @@ Button styles
background: transparent;
color: $disabled;
outline: none;

> .#{$prefix}--btn__icon path {
fill: $disabled;
}
}

&:hover > .#{$prefix}--btn__icon path {
fill: $inverse-01;
}
}

Expand Down Expand Up @@ -13014,10 +13000,6 @@ Button styles
&:hover,
&:active {
color: $hover-primary-text;

.#{$prefix}--btn__icon path {
fill: $hover-primary-text;
}
}

&:active {
Expand All @@ -13034,10 +13016,6 @@ Button styles
background: transparent;
border-color: transparent;
outline: none;

.#{$prefix}--btn__icon path {
fill: $disabled;
}
}

&.#{$prefix}--btn--sm {
Expand Down Expand Up @@ -13131,7 +13109,7 @@ Button styles
$danger,
$text-04,
$hover-danger,
$icon-03,
currentColor,
$active-danger
);

Expand Down Expand Up @@ -13187,7 +13165,6 @@ Button styles
- [ui-02 [variable]](#ui-02-variable)
- [danger [variable]](#danger-variable)
- [hover-danger [variable]](#hover-danger-variable)
- [icon-03 [variable]](#icon-03-variable)
- [active-danger [variable]](#active-danger-variable)

### ❌button-base [mixin]
Expand Down

0 comments on commit 74f96cc

Please sign in to comment.