From dffdba48d3e4cbcdadbd40156a50d0752e490617 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 09:26:23 +0200 Subject: [PATCH] hover effect removed from see all button in placeholder --- src/common/MetaRow/MetaRowPlaceholder/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }