Skip to content

Commit

Permalink
fix(pagination): update disabled hover fill color for CarbonX
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored Feb 20, 2019
1 parent df54c5a commit f85c847
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/pagination/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,7 @@ $css--helpers: true;

&:disabled:hover {
cursor: default;

.#{$prefix}--pagination__button-icon {
fill: $ui-05;
}
fill: $ui-05;
}
}

Expand Down

0 comments on commit f85c847

Please sign in to comment.