Ensure :focus shadow on sidenav is above :hover fill#738
Conversation
|
👍 |
1 similar comment
|
👍 |
|
@andrewhughey thanks for this! I just want to look into if there's a better way to manage z-index with Sass rather than just use |
|
Thanks @maya. At OpenGov, we use a combination method of a map variable to store the I reserve |
|
@andrewliebchen good point! I think ultimately our active state will end up as a bold and blue link style so not sure if that focus state will stay. See: @vgvg implemented this originally. |
|
Realizing we still need this for tabbing, even with the new future style. |
Ensure :focus shadow on sidenav is above :hover fill
|
Thanks @andrewliebchen! |
|
Yay! Glad to help...looking forward to seeing what else I can do. |

Its a really minor thing, but it bothers me that the hover
background-colorin the sidebar overlaps thebox-shadowof the previous:focus-ed element:This little change ensures that the
box-shadowis always above the hovered elements:Great work! So excited to see this. Looking forward to dive in when I have more time.