Skip to content

Commit

Permalink
Merge pull request #19300 from calixteman/remove_useless_css
Browse files Browse the repository at this point in the history
Remove unused CSS variables
  • Loading branch information
calixteman authored Jan 7, 2025
2 parents e5ad7ef + 1608e36 commit dfbd1d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/toggle_button.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
--color-accent-primary: #0060df;
--color-accent-primary-hover: #0250bb;
--color-accent-primary-active: #054096;
--border-interactive-color: #8f8f9d;
--border-radius-circle: 9999px;
--border-width: 1px;
--size-item-small: 16px;
Expand All @@ -32,7 +31,6 @@
--color-accent-primary: #0df;
--color-accent-primary-hover: #80ebff;
--color-accent-primary-active: #aaf2ff;
--border-interactive-color: #bfbfc9;
--color-canvas: #1c1b22;
--border-color-interactive: #f9f9fa;
}
Expand All @@ -41,11 +39,7 @@
--color-accent-primary: ButtonText;
--color-accent-primary-hover: SelectedItem;
--color-accent-primary-active: SelectedItem;
--border-interactive-color: ButtonText;
--button-background-color: ButtonFace;
--border-interactive-color-hover: SelectedItem;
--border-interactive-color-active: SelectedItem;
--border-interactive-color-disabled: GrayText;
--border-color-interactive: ButtonText;
--border-color-interactive-hover: SelectedItem;
--border-color-interactive-active: ButtonText;
Expand Down

0 comments on commit dfbd1d5

Please sign in to comment.