Skip to content

Commit

Permalink
fix(TableBatchAction): use correct disabled color token (#6596)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored Aug 6, 2020
1 parent 755622e commit 5b586a5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,10 @@
color: $text-04;
}

.#{$prefix}--action-list .#{$prefix}--btn:disabled {
color: $disabled-03;
}

.#{$prefix}--action-list .#{$prefix}--btn .#{$prefix}--btn__icon {
position: static;
margin-left: $spacing-03;
Expand Down

0 comments on commit 5b586a5

Please sign in to comment.