Skip to content

add style for hover effect #32

Description

@milahu

for example:

/* hover color */
input[type=range]:hover::-webkit-slider-runnable-track {
  background: lightgray;
}
input[type=range]:hover::-webkit-slider-thumb {
  background: darkblue;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions