Skip to content

Commit

Permalink
Fix current gallery item style
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Dec 16, 2024
1 parent c441ecf commit c8cf8bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed

- Style for current selected gallery item fixed

### Security

## [0.4.0](https://github.com/nationalarchives/tna-frontend/compare/v0.3.0...v0.4.0) - 2024-12-10
Expand Down
2 changes: 1 addition & 1 deletion src/nationalarchives/components/gallery/gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
}
}

&[aria-selected="true"] {
&[aria-current="true"] {
@include colour.accent;

&::after {
Expand Down

0 comments on commit c8cf8bc

Please sign in to comment.