lucid-ui
Version:
A UI component library from AppNexus.
27 lines (21 loc) • 606 B
text/less
@import (reference) '../../../styles/variables.less';
@import (reference) '../../../styles/mixins.less';
.@{prefix}-MinusCircleLightIcon {
stroke: @color-secondary-1;
&-is-clickable:not(&-is-disabled):hover &-dash,
&-is-active &-dash {
stroke: @color-white;
}
&-background {
stroke: @color-secondary-1;
}
&-is-clickable&-is-active:not(&-is-disabled):hover &-background {
fill: @color-secondary-1-hover;
stroke: @color-secondary-1-hover;
}
&-is-clickable:not(&-is-disabled):hover &-background,
&-is-active &-background {
stroke: @color-secondary-1;
fill: @color-secondary-1;
}
}