Skip to content

Commit

Permalink
replace disabled styling with just opacity OE-1421
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshxandr committed Jul 20, 2022
1 parent f2f6d1f commit 96e5233
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/Table/Table.less
Original file line number Diff line number Diff line change
Expand Up @@ -347,15 +347,8 @@

// `Tr`.`isDisabled` prop
.@{prefix}-Table-is-disabled {
color: @color-disabledText;
opacity: 0.5;
font-style: italic;

a {
color: @color-linkColor;
&:hover {
color: @color-linkColorHover;
}
}
}

// MIXINS
Expand Down

0 comments on commit 96e5233

Please sign in to comment.