Skip to content

Commit

Permalink
Merge pull request #2214 from folio-org/STCOM-1256
Browse files Browse the repository at this point in the history
STCOM-1256: Show action buttons in correct color
  • Loading branch information
Dmitriy-Litvinenko authored Jan 30, 2024
2 parents cd82224 + 4e2fdec commit b9105c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Bug fix for Accordion content z-index rendering. Refs STCOM-1238.
* Format aria attributes in `<Icon>`. Refs STCOM-1165.
* Upgrade `stylelint` and fix errors. Refs STCOM-1087.
* Show action buttons in correct color. Refs STCOM-1256.

## [12.0.0](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v11.0.0...v12.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/sharedStyles/interactionStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* Disabled state
*/
.interactionStylesControl:disabled > .interactionStyles
.interactionStylesControl:disabled > .interactionStyles,
.interactionStyles:disabled {
opacity: 0.65;
cursor: default;
Expand Down

0 comments on commit b9105c1

Please sign in to comment.