Skip to content

Commit

Permalink
removed comments in css
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-comeau committed Apr 26, 2024
1 parent 14676dc commit dc89c18
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/components/src/switch/src/Switch.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
--hop-Switch-thumb-color-hover: var(--hop-neutral-icon-hover);
--hop-Switch-text-color-hover: var(--hop-neutral-text-hover);

/* Active */

/* --hop-Switch-border-color-active: var(--hop-neutral-border-press);
--hop-Switch-background-color-active: var(--hop-neutral-surface-press);
--hop-Switch-thumb-color-active: var(--hop-neutral-icon-press);
--hop-Switch-text-color-active: var(--hop-neutral-text-press); */

/* Focus Visible */
--hop-Switch-border-color-focus: var(--hop-neutral-border-hover);
--hop-Switch-background-color-focus: var(--hop-neutral-surface-hover);
Expand Down Expand Up @@ -101,14 +94,6 @@
--text-color: var(--hop-Switch-text-color-hover);
}

/*
.hop-Switch[data-pressed] {
--border-color: var(--hop-Switch-border-color-active);
--background-color: var(--hop-Switch-background-color-active);
--thumb-color: var(--hop-Switch-thumb-color-active);
--text-color: var(--hop-Switch-text-color-active);
} */

.hop-Switch[data-focus-visible] {
--border-color: var(--hop-Switch-border-color-focus);
--background-color: var(--hop-Switch-background-color-focus);
Expand Down

0 comments on commit dc89c18

Please sign in to comment.