Skip to content

Any way to address ::-webkit-scrollbar-thumb:hover pseudo? #612

Answered by hamlim
bram2000 asked this question in Q&A
Discussion options

You must be logged in to vote

Can you share a snippet that isn't working? Or a codesandbox?

I'm seeing the styles get generated correctly using something like this:

export let scrollbarHover = style({
  selectors: {
    "&::-webkit-scrollbar-thumb:hover": {
      backgroundColor: "red"
    }
  }
});

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bram2000
Comment options

Answer selected by bram2000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants