Skip to content

Commit

Permalink
fix: toggles and external links
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Feb 6, 2024
1 parent 24f87aa commit f11a493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions theme/ItaliaTheme/Subsites/ItaliaTheme/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
}
}
}
.toggles label input[type='checkbox']:checked + .lever:after {
background-color: $subsite-link-color;
}
}
5 changes: 4 additions & 1 deletion theme/ItaliaTheme/Subsites/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
$subsite-link-color
);
@include it-cms-ui.cms-ui($subsite-primary, $subsite-primary-text);
@include it-search.search($subsite-primary-text);
@include it-search.search($subsite-link-color);
@include it-card-image-evidence.card($subsite-link-color);
@include it-complete-link.block(
$subsite-secondary,
Expand Down Expand Up @@ -127,6 +127,9 @@
color: color-hover($subsite-link-color);
}
}
.external-link {
fill: $subsite-link-color !important;
}
}
.icon-primary {
fill: $subsite-primary !important;
Expand Down

0 comments on commit f11a493

Please sign in to comment.