Skip to content

Commit

Permalink
Merge branch 'master' into STCOM-1164
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 authored Dec 8, 2023
2 parents d01fe7b + 2071529 commit 30aba35
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 @@ -11,6 +11,7 @@
* Added `indexRef` and `inputRef` props to `<SearchField>`. Refs STCOM-1231.
* Adjusted print styles of panes so that the last pane will print. Refs STCOM-1228, STCOM-1229.
* Accessibility Issues - stripes components. Refs STCOM-1222.
* Enable spinner on Datepicker year input. Refs STCOM-1225.

## [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/Datepicker/Calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
}

input[type="number"].yearInput::-webkit-inner-spin-button {
appearance: initial;
appearance: auto;
opacity: 1;
}

Expand Down

0 comments on commit 30aba35

Please sign in to comment.