Skip to content

Commit

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

## 1.7.5 - 2024-08

- (Bogdan) Fixed a bug where CSS was applied to the wrong element, causing search
location results to be displayed incorrectly
- (Bogdan) Increased focusable area for close button on modal and hide graph button
[GH-411](https://github.com/epimorphics/ukhpi/issues/411)
- (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)
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/_data-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ $options-panel-grey: #eef1f6;
}

.js .o-data-view__hide-action {
padding: 1px 5px;
font-size: 0;
text-decoration: none;
}
Expand Down
7 changes: 5 additions & 2 deletions app/assets/stylesheets/_ukhpi-location-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

.el-dialog__close {
color: #000000;
padding: 4px;
}

.el-input__inner {
Expand All @@ -18,7 +19,9 @@
color: #a4742b;
}

.el-button {
color: #000000;
.el-dialog__footer {
.el-button {
color: #000000;
}
}
}

0 comments on commit 47c3946

Please sign in to comment.