File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments