Add custom theming to icons
This commit is contained in:
parent
e7d1ed3114
commit
3ee1d3e8e4
|
@ -36,7 +36,7 @@
|
||||||
transition: color var(--spectrum-global-animation-duration-100, 130ms);
|
transition: color var(--spectrum-global-animation-duration-100, 130ms);
|
||||||
}
|
}
|
||||||
svg.hoverable:hover {
|
svg.hoverable:hover {
|
||||||
color: var(--spectrum-alias-icon-color-selected);
|
color: var(--spectrum-alias-icon-color-selected-hover);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
/* Icons */
|
/* Icons */
|
||||||
--spectrum-alias-icon-color-selected: var(--primaryColor);
|
--spectrum-alias-icon-color-selected: var(--primaryColor);
|
||||||
|
--spectrum-alias-icon-color-selected-hover: var(--primaryColorHover);
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
--spectrum-link-primary-m-text-color: var(--primaryColor);
|
--spectrum-link-primary-m-text-color: var(--primaryColor);
|
||||||
|
|
Loading…
Reference in New Issue