Skip to content

Commit

Permalink
Revert "chore(project): sync generated files"
Browse files Browse the repository at this point in the history
This reverts commit c44db50.
  • Loading branch information
renmaddox committed Mar 20, 2020
1 parent 1d12fff commit 0b6db20
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13039,12 +13039,6 @@ Button styles

.#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger {
@include tooltip--trigger('icon', 'bottom');

svg,
&:hover svg,
&:focus svg {
fill: currentColor;
}
}

.#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger:focus {
Expand Down Expand Up @@ -13116,7 +13110,7 @@ Button styles
.#{$prefix}--btn--danger {
@include button-theme(
$danger,
transparent,
$danger,
$text-04,
$hover-danger,
currentColor,
Expand Down

0 comments on commit 0b6db20

Please sign in to comment.