diff --git a/src/common/MetaRow/styles.less b/src/common/MetaRow/styles.less index fce7f6777..48701075a 100644 --- a/src/common/MetaRow/styles.less +++ b/src/common/MetaRow/styles.less @@ -31,6 +31,16 @@ background-color: @color-background-light3; } + &:hover { + .label { + color: @color-secondaryvariant2-light2-90; + } + + .icon { + fill: @color-secondaryvariant2-light2-90; + } + } + .label { flex: 0 1 auto; max-height: 1.2em;