lucid-ui
Version:
A UI component library from AppNexus.
23 lines (18 loc) • 589 B
text/less
@import (reference) '../../../styles/variables.less';
@import (reference) '../../../styles/mixins.less';
.@{prefix}-SuccessLightIcon {
stroke: @featured-color-success;
&-is-clickable:not(&-is-disabled):hover &-background,
&-is-active &-background {
stroke: @featured-color-success;
fill: @featured-color-success;
}
&-is-clickable&-is-active:not(&-is-disabled):hover &-background {
fill: @featured-color-success-colorHover;
stroke: @featured-color-success-colorHover;
}
&-is-clickable:not(&-is-disabled):hover &-check,
&-is-active &-check {
stroke: @color-white;
}
}