On Mon, 13 Oct 2025 14:28:21 GMT, Nizar Benalla <[email protected]> wrote:

> Here is what the button looks like now if it is selected.

Very nice! The only issue I see is that when the pointer moves over the button, 
the whole sidebar content moves a little bit. I think this is because of 
`nav.toc button:hover` rules starting at line 718, which are actually meant for 
the show/hide sidebar button at the bottom of the sidebar. We could either 
change these rules to not include the sort button, or add a static `1px solid 
transparent` border to the sort button so its size does not change when setting 
the border on hover.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26322#issuecomment-3397982092

Reply via email to