diff --git a/src/common/MetaRow/MetaRowPlaceholder/styles.less b/src/common/MetaRow/MetaRowPlaceholder/styles.less index 9d3c544d5..f2d6b5fc7 100644 --- a/src/common/MetaRow/MetaRowPlaceholder/styles.less +++ b/src/common/MetaRow/MetaRowPlaceholder/styles.less @@ -27,7 +27,7 @@ max-width: 12rem; padding: 0.2rem; - &:focus, &:hover { + &:focus { outline: none; background-color: var(--color-placeholder-background); }