Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
carbon-bot committed Mar 16, 2020
1 parent e62f8d9 commit 1c0011e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
@@ -13039,6 +13039,12 @@ 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 {
@@ -13110,7 +13116,7 @@ Button styles
.#{$prefix}--btn--danger {
@include button-theme(
$danger,
$danger,
transparent,
$text-04,
$hover-danger,
currentColor,

0 comments on commit 1c0011e

Please sign in to comment.