Skip to content

Commit

Permalink
fix(pagination): apply fill colors to CarbonX next/prev button icons (#…
Browse files Browse the repository at this point in the history
…1871)

* fix(pagination): apply fill colors to CarbonX next/prev button icons

* fix(pagination): update disabled hover fill color for CarbonX
  • Loading branch information
jendowns authored and asudoh committed Feb 20, 2019
1 parent eb65e63 commit a8a610d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/pagination/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,10 @@ $css--helpers: true;
display: flex;
justify-content: center;
align-items: center;
fill: $ui-05;

&:hover {
.#{$prefix}--pagination__button-icon {
fill: $hover-secondary;
}
fill: $hover-secondary;
}

&:focus {
Expand All @@ -315,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 a8a610d

Please sign in to comment.