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 Jan 26, 2021
1 parent 46d64be commit c83fccf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -15232,7 +15232,8 @@ Button styles
position: static;
}

&.#{$prefix}--btn--ghost .#{$prefix}--btn__icon {
&.#{$prefix}--btn--ghost .#{$prefix}--btn__icon,
&.#{$prefix}--btn--danger--ghost .#{$prefix}--btn__icon {
margin: 0;
}
}
Expand Down Expand Up @@ -15335,6 +15336,17 @@ Button styles
color: $text-04;
border-color: $active-danger;
}

&:disabled,
&:hover:disabled,
&:focus:disabled,
&.#{$prefix}--btn--disabled,
&.#{$prefix}--btn--disabled:hover,
&.#{$prefix}--btn--disabled:focus {
color: $disabled-03;
background: transparent;
outline: none;
}
}

// TODO: deprecate single dash ghost
Expand Down

0 comments on commit c83fccf

Please sign in to comment.