Skip to content

Commit

Permalink
ON-43700 # Updated tooltip links to be a readable colour.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Turner committed Sep 26, 2024
1 parent 36abcc9 commit b7d051f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Tooltip `a` tags to be white in colour, and slightly grey when already visited
- Prohibited user input directly through text field on the Date element

## [6.6.0] - 2024-09-25
Expand Down
8 changes: 8 additions & 0 deletions src/styles/renderer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
.ob-label__hint {
margin-left: $size-8;
}
.ob-hint-tooltip {
a {
color: rgba(255, 255, 255, 1);
}
a:visited {
color: rgba(255, 255, 255, 0.6);
}
}

.ob-form-container {
position: relative;
Expand Down

0 comments on commit b7d051f

Please sign in to comment.