Skip to content

Commit

Permalink
revert: reset Orion dependencies in styles
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jan 23, 2020
1 parent 3107a82 commit 47dc43e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
],

"ods-hyperlink": {
"color": {"value": "var(--auro-color-text-link-on-light)"},
"color": {"value": "var(--color-type-theme-light-link)"},
"padding": {"value": "0 var(--size-scale-sml)"},
"decoration": {"value": "none"},
"visited": {
"color": {"value": "var(--auro-color-text-link-on-light)"}
"color": {"value": "var(--color-type-theme-light-link)"}
},
"darktheme": {
"color": {"value": "var(--color-type-theme-dark-link)"},
Expand Down
8 changes: 4 additions & 4 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

// Creates ods-hyperlink CSS UI definition of shape

// Import Auro Sass variables
@import "./node_modules/@alaskaairux/orion-design-tokens/dist/tokens/SCSSVariables";
// Import Auro CSS Properties as Sass file
@import "./node_modules/@alaskaairux/orion-design-tokens/dist/tokens/SassCustomProperties";

Expand All @@ -29,10 +27,12 @@
@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/breakpoints";
@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/utilityMixins/anchor-roleButton";
@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/utilityMixins/anchor-roleTab";
@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/core";
@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/baselineLTE";
@import "./node_modules/@alaskaairux/orion-web-core-style-sheets/dist/animation";


// Import Auro Sass variables
// Dependency reauired to process variables from Icons
@import "./node_modules/@alaskaairux/orion-design-tokens/dist/tokens/SCSSVariables";
// Import tokens selectors
@import "./node_modules/@alaskaairux/orion-icons/dist/icons";

Expand Down

0 comments on commit 47dc43e

Please sign in to comment.