Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"fs-extra": "^9.0.1",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"outsystems-design-tokens": "^1.1.2",
"outsystems-design-tokens": "^1.2.0",
"prettier": "^2.8.8",
"rollup": "^2.26.4",
"sass": "^1.33.0",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// --------------------------------------------------

::slotted(ion-label) {
@include globals.typography(globals.$ion-body-action-md);
@include globals.typography(globals.$ion-body-action-sm);

color: var(--color);
}
Expand Down
14 changes: 7 additions & 7 deletions core/src/css/ionic/link.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
// -------------------------------------------------------------------------------

&:visited {
color: globals.$ion-semantics-info-500;
color: globals.$ion-text-link-visited;
}
}

// Link: Standalone
// -------------------------------------------------------------------------------

@mixin ionic-link {
color: globals.$ion-semantics-info-400;
color: globals.$ion-text-link-default;

text-decoration: none;

Expand All @@ -51,7 +51,7 @@

&:focus,
&.ion-focused {
outline: 2px solid globals.$ion-semantics-primary-100;
outline: 2px solid globals.$ion-text-link-default;
outline-offset: 2px;

text-decoration: underline;
Expand All @@ -62,7 +62,7 @@

&:active,
&.ion-activated {
color: globals.$ion-semantics-info-500;
color: globals.$ion-text-link-press;

text-decoration: underline;
}
Expand All @@ -88,7 +88,7 @@ a.ionic-link,

@media (any-hover: hover) {
&:hover {
color: globals.$ion-semantics-info-400;
color: globals.$ion-text-link-press;
}
}

Expand All @@ -97,7 +97,7 @@ a.ionic-link,

&:focus,
&.ion-focused {
outline: 2px solid globals.$ion-semantics-primary-100;
outline: 2px solid globals.$ion-text-link-default;
outline-offset: 2px;

color: currentColor;
Expand All @@ -110,7 +110,7 @@ a.ionic-link,

&:active,
&.ion-activated {
color: globals.$ion-semantics-info-500;
color: globals.$ion-text-link-press;
}
}

Expand Down
Loading
Loading