Skip to content

Comma separated pseudos #6

@mxstbr

Description

@mxstbr

This currently only applies the styles on focus, but not on hover:

const Component = styled.div`
  background-color: blue;

  &:hover,
  &:focus {
    background-color: red;
  }
`;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions