-
Notifications
You must be signed in to change notification settings - Fork 629
Closed as not planned
Closed as not planned
Copy link
Description
Describe the bug
Title says it all?
To Reproduce
Steps to reproduce the behavior:
- Go to https://www.python.org/
- Click on "Community" in the top bar.
- Move mouse outside of the top bar.
- Notice that "Python" is the currently-highlighted item in the top bar.
Expected behavior
This behaviour can be contrasted against how the PSF item in the top bar behaves. It is highlighted, when on a page within it's subtree.
Screenshots
Desktop
- OS: MacOS
- Browser: Firefox
- Version: 93.0
Additional context
It seems like we're missing two things:
- The CSS selector for
.community
inpythondotorg/static/sass/style.scss
Lines 380 to 390 in 7556542
.python & .python-meta a, .psf & .psf-meta a, .docs & .docs-meta a, .pypi & .pypi-meta a, .jobs & .jobs-meta a, .shop & .shop-meta a { @extend %topbar-hovered-state; } } .meta-navigation { text-align: center; - Whatever the site CMS information is to get the
jobs
class on body, in the staging environment.
Metadata
Metadata
Assignees
Labels
No labels