Skip to content

Instantly share code, notes, and snippets.

@LaxusCroco
Created April 3, 2024 10:08
Show Gist options
  • Select an option

  • Save LaxusCroco/db00bd175555d8f7ca2a2beab97d40d6 to your computer and use it in GitHub Desktop.

Select an option

Save LaxusCroco/db00bd175555d8f7ca2a2beab97d40d6 to your computer and use it in GitHub Desktop.

Revisions

  1. LaxusCroco created this gist Apr 3, 2024.
    3 changes: 3 additions & 0 deletions change-checkbox-on-hover.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    .change-hover-color:not(:disabled):not(:checked):hover + span::before {
    border-color: red !important;
    }