Skip to content

Commit

Permalink
Fix: Navbar hover background color much darker (#690)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Resolves #658

## Description of the changes
- Navbar hover background color much darker

## How was this change tested?
- manual test

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: tico88612 <[email protected]>
  • Loading branch information
tico88612 authored Apr 5, 2024
1 parent 916ed3a commit 89637b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/jaeger-docs/assets/sass/variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ $family-sans-serif: "Pontano Sans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "C
$navbar-height: 6rem
$navbar-item-img-max-height: $navbar-height * .7
$navbar-item-hover-color: $dark
$navbar-item-hover-background-color: $white-ter
$navbar-item-hover-background-color: #d5d5d5
$navbar-dropdown-item-hover-background-color: #d5d5d5
$panel-item-border: none
$footer-background-color: $dark
$dropdown-content-padding-top: 0
Expand Down

0 comments on commit 89637b6

Please sign in to comment.