Skip to content

Commit

Permalink
adjust color of arrown in disabled navigation button
Browse files Browse the repository at this point in the history
  • Loading branch information
haschek committed Jan 10, 2024
1 parent b9d2bea commit 9c89f12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

### Fixed

- `<Pagination />`
- adjust color of arrown in disabled navigation button

## [23.3.1] - 2023-11-15

### Fixed
Expand Down
7 changes: 6 additions & 1 deletion src/components/Pagination/pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $eccgui-color-pagination-text: $eccgui-color-workspace-text !default;
$eccgui-size-typo-pagination: $eccgui-size-typo-caption !default;

.#{$prefix}--pagination {
background-color: $eccgui-color-pagination-background;
font-size: $eccgui-size-typo-pagination;
background-color: $eccgui-color-pagination-background;

.#{$prefix}--form-item,
.#{$prefix}--select-input {
Expand All @@ -29,6 +29,11 @@ span.#{$prefix}--pagination__text {
}
}

.#{$prefix}--pagination__button--no-index {
// TODO: revalidate if this is still necessary using the latest version of carbon lib
color: rgba($eccgui-color-workspace-text, $eccgui-opacity-disabled);
}

.#{$eccgui}-pagination--hideinfotext {
.#{$prefix}--pagination__left > .#{$prefix}--pagination__text:last-child {
display: none;
Expand Down

0 comments on commit 9c89f12

Please sign in to comment.