From cab61373255c2f91c21e048e812a636528296f98 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 1 Jun 2022 12:38:58 +0300 Subject: [PATCH] change focused styles in board --- src/common/MetaRow/MetaRowPlaceholder/styles.less | 4 ++++ src/common/MetaRow/styles.less | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/common/MetaRow/MetaRowPlaceholder/styles.less b/src/common/MetaRow/MetaRowPlaceholder/styles.less index 4d970488c..70d915506 100644 --- a/src/common/MetaRow/MetaRowPlaceholder/styles.less +++ b/src/common/MetaRow/MetaRowPlaceholder/styles.less @@ -9,6 +9,10 @@ padding: 0 1rem; margin-bottom: 1rem; + &:focus-within { + background-color: var(--color-placeholder-background); + } + .title-container { flex: 1; max-height: 2.4em; diff --git a/src/common/MetaRow/styles.less b/src/common/MetaRow/styles.less index c41319a4b..4f6f9c0e6 100644 --- a/src/common/MetaRow/styles.less +++ b/src/common/MetaRow/styles.less @@ -13,6 +13,10 @@ padding: 0 1rem; margin-bottom: 1rem; + &:focus-within { + background-color: @color-background-light3; + } + .title-container { flex: 1; max-height: 2.4em;