Skip to content

Commit

Permalink
Merge pull request #428 from epimorphics/issue/412-a11y
Browse files Browse the repository at this point in the history
Issue/412 a11y
  • Loading branch information
bogdanadrianmarc authored Aug 20, 2024
2 parents 7cc7a36 + 6e39325 commit 46cb1d9
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 @@ -2,6 +2,7 @@

## 1.7.5 - 2024-08

- (Bogdan) Fixed a bug where CSS was being applied to the wrong element [GH-412](https://github.com/epimorphics/ukhpi/issues/412)
- (Bogdan) Fixed type in aria-label text [GH-416](https://github.com/epimorphics/ukhpi/issues/416)
- (Bogdan) Fixed a duplicate character bug when selecting dates
- (Bogdan) Added page titles for each individual view [GH-409](https://github.com/epimorphics/ukhpi/issues/409)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_element-rails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ table.el-month-table {
background-color: $dark-blue;
color: white;
}
&.hover {
&.hover:not(.selected) {
background-color: #e6e6e6;
}
}

0 comments on commit 46cb1d9

Please sign in to comment.