Skip to content

Commit

Permalink
fix(comp:typography): fix typography disabled style
Browse files Browse the repository at this point in the history
typography disable is true, child a label can not be grayed out

"fix IDuxFE#567"
  • Loading branch information
Lincoln-xzc committed Dec 29, 2021
1 parent a1f895b commit aab8096
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/components/typography/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
&-disabled {
color: @typography-disabled-color;
cursor: not-allowed;

a,
a:hover,
a:focus {
color: @typography-disabled-color !important;
cursor: not-allowed !important;
}
}

// tag
Expand Down

0 comments on commit aab8096

Please sign in to comment.