Skip to content

Commit 13f7d73

Browse files
alistair3149JeroenDeDauw
authored andcommitted
Drop unused Codex polyfill
We already update the Codex tokens to 1.18.0, no need to have polyfill for them
1 parent 095035e commit 13f7d73

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

resources/tokens-codex-polyfill.less

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/** @since v1.16.0 */
2-
@background-color-interactive-subtle--hover: @background-color-interactive;
3-
@background-color-interactive-subtle--active: @border-color-muted;
4-
@background-color-error-subtle--hover: @background-color-interactive-subtle--hover; // no equivalant in v1.14.0, fallback to old behavior
5-
@background-color-error-subtle--active: @background-color-interactive-subtle--active; // no equivalant in v1.14.0, fallback to old behavior
6-
@border-color-interactive--hover: @color-base--hover; // not exactly the same but it is close
7-
@border-color-interactive--active: @color-base;
8-
9-
/** @since v1.18.0 */
10-
@background-color-interactive--hover: @border-color-muted;
11-
@background-color-interactive--active: @border-color-subtle;
12-
@background-color-progressive-subtle--hover: @background-color-interactive-subtle--hover; // no equivalant in v1.14.0, fallback to old behavior
13-
@background-color-progressive-subtle--active: @background-color-interactive-subtle--active; // no equivalant in v1.14.0, fallback to old behavior
14-
@background-color-destructive-subtle--hover: @background-color-interactive-subtle--hover; // no equivalant in v1.14.0, fallback to old behavior
15-
@background-color-destructive-subtle--active: @background-color-interactive-subtle--active; // no equivalant in v1.14.0, fallback to old behavior
16-
171
/**
182
* filter-invert-icon is used to invert icons for dark mode
193
* It was included in Codex Design Tokens but not all skins have included it.

0 commit comments

Comments
 (0)