Skip to content

Commit

Permalink
style: tweak BreadCrumb link hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 29, 2022
1 parent ee5de21 commit 17429c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@
@breadcrumb-font-size: @font-size-base;
@breadcrumb-icon-font-size: @font-size-base;
@breadcrumb-link-color: @text-color-secondary;
@breadcrumb-link-color-hover: @primary-5;
@breadcrumb-link-color-hover: @text-color;
@breadcrumb-separator-color: @text-color-secondary;
@breadcrumb-separator-margin: 0 @padding-xs;

Expand Down
2 changes: 1 addition & 1 deletion components/style/themes/variable.less
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@
@breadcrumb-font-size: @font-size-base;
@breadcrumb-icon-font-size: @font-size-base;
@breadcrumb-link-color: @text-color-secondary;
@breadcrumb-link-color-hover: @primary-5;
@breadcrumb-link-color-hover: @text-color;
@breadcrumb-separator-color: @text-color-secondary;
@breadcrumb-separator-margin: 0 @padding-xs;

Expand Down

0 comments on commit 17429c8

Please sign in to comment.