zregvart commented on a change in pull request #224: Sidebar menu hover effect URL: https://github.com/apache/camel-website/pull/224#discussion_r397032479
########## File path: antora-ui-camel/src/css/nav.css ########## @@ -294,3 +294,10 @@ html.is-clipped--nav { background-position-y: 10px; width: 11rem; } + +aside.nav .nav-menu li a:hover, +aside.nav .nav-menu .nav-text:hover { + color: #ed8225 !important; + text-decoration: underline; + text-decoration-color: #ed8225 !important; +} Review comment: This needs to be next to the .nav-menu on lines 118-146, needs to use the CSS variables we have for colors and needs to be without the `!important`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services