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);
|
||||
}
|
||||
svg.hoverable:hover {
|
||||
color: var(--spectrum-alias-icon-color-selected);
|
||||
color: var(--spectrum-alias-icon-color-selected-hover);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
|
||||
/* Icons */
|
||||
--spectrum-alias-icon-color-selected: var(--primaryColor);
|
||||
--spectrum-alias-icon-color-selected-hover: var(--primaryColorHover);
|
||||
|
||||
/* Links */
|
||||
--spectrum-link-primary-m-text-color: var(--primaryColor);
|
||||
|
|
Loading…
Reference in New Issue