Skip to content

Commit

Permalink
Merge pull request #421 from epimorphics/issue/408-a11y
Browse files Browse the repository at this point in the history
Issue/408 a11y
  • Loading branch information
bogdanadrianmarc authored Aug 13, 2024
2 parents 3fe92fc + 2b8a70d commit 2d030d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1.7.5 - 2024-08

- (Bogdan) Increased contrast for search location input and map elements, as well
as all modal buttons [GH-408](https://github.com/epimorphics/ukhpi/issues/408)
- (Bogdan) Increased contrast of modal warning message [GH-407](https://github.com/epimorphics/ukhpi/issues/407)
- (Bogdan) Increased contrast for modal close button and body [GH-407](https://github.com/epimorphics/ukhpi/issues/407)
- (Bogdan) Landing page links should now be more visible [GH-406](https://github.com/epimorphics/ukhpi/issues/406)
Expand Down
8 changes: 8 additions & 0 deletions app/assets/stylesheets/_ukhpi-location-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
color: #000000;
}

.el-input__inner {
border: 1px solid #9ea0a5;
}

.el-alert--warning.is-light {
color: #a4742b;
}

.el-button {
color: #000000;
}
}
5 changes: 5 additions & 0 deletions app/assets/stylesheets/_ukhpi-maps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
width: 100%;
border: 0;
border-radius: 0;
color: #000000;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
background-color: #2c659f;
}
}

Expand Down

0 comments on commit 2d030d0

Please sign in to comment.