Skip to content

Commit dfbd1d5

Browse files
authored
Merge pull request #19300 from calixteman/remove_useless_css
Remove unused CSS variables
2 parents e5ad7ef + 1608e36 commit dfbd1d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

web/toggle_button.css

-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
--color-accent-primary: #0060df;
1818
--color-accent-primary-hover: #0250bb;
1919
--color-accent-primary-active: #054096;
20-
--border-interactive-color: #8f8f9d;
2120
--border-radius-circle: 9999px;
2221
--border-width: 1px;
2322
--size-item-small: 16px;
@@ -32,7 +31,6 @@
3231
--color-accent-primary: #0df;
3332
--color-accent-primary-hover: #80ebff;
3433
--color-accent-primary-active: #aaf2ff;
35-
--border-interactive-color: #bfbfc9;
3634
--color-canvas: #1c1b22;
3735
--border-color-interactive: #f9f9fa;
3836
}
@@ -41,11 +39,7 @@
4139
--color-accent-primary: ButtonText;
4240
--color-accent-primary-hover: SelectedItem;
4341
--color-accent-primary-active: SelectedItem;
44-
--border-interactive-color: ButtonText;
4542
--button-background-color: ButtonFace;
46-
--border-interactive-color-hover: SelectedItem;
47-
--border-interactive-color-active: SelectedItem;
48-
--border-interactive-color-disabled: GrayText;
4943
--border-color-interactive: ButtonText;
5044
--border-color-interactive-hover: SelectedItem;
5145
--border-color-interactive-active: ButtonText;

0 commit comments

Comments
 (0)