Skip to content

Commit a890672

Browse files
authored
enhance: CMD-182 design tokens (#863)
* enhance: CMD-182 do not use `-rgb` css vars * refactor: deprecated var `…accent--tertiary` * deps: CMD-182 core-styles v2.31.0 candidate * chore(taccsite_custom): remove redundant style * fix(taccsite_custom): CMD-182 not var in rgb * fix(taccsite_custom): CMD-182 more no var in rgb * deps: CMD-182 core-styles v2.31.0 candidate * feat: CMD-182 use tokens core-v3 * fix: CMD-182 use tokens core-v3 * fix: CMD-182 use built tokens core-v3 * chore: CMD-182 flag old color vars as deprecated * refactor: CMD-182 core-styles v3 colors updated * fix: CMD-182 back to v2 design tokens * fix(taccsite_custom): CMD-182 rgb relative color syntax * fix(core-styles): CMD-182 rgb relative color syntax * deps: CMD-182 core-styles colors.accent.1.light * feat(core-styles): v2.32.0
1 parent 4b97533 commit a890672

File tree

4 files changed

+67
-28
lines changed

4 files changed

+67
-28
lines changed

package-lock.json

Lines changed: 64 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@frctl/fractal": "^1.5.14",
1313
"@frctl/mandelbrot": "^1.10.1",
14-
"@tacc/core-styles": "^2.31.0",
14+
"@tacc/core-styles": "^2.32.0",
1515
"minimist": "^1.2.6"
1616
},
1717
"repository": "git@github.com:TACC/Core-CMS.git",

taccsite_cms/static/site_cms/css/src/_imports/generics/pseudo-elements.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
}
77
@keyframes focus {
88
from {
9-
outline-color: var(--global-color-accent--tertiary);
9+
outline-color: var(--global-color-tertiary--normal);
1010
}
1111
}

0 commit comments

Comments
 (0)