diff --git a/src/common/MetaPreview/styles.less b/src/common/MetaPreview/styles.less index 0ff8ba48a..dab12336e 100644 --- a/src/common/MetaPreview/styles.less +++ b/src/common/MetaPreview/styles.less @@ -103,11 +103,11 @@ border: var(--focus-outline-size) solid transparent; background-color: @color-surface-light5-20; - &:hover, &:focus-within { + &:hover, &:focus { background-color: @color-surface-light5-30; } - &:focus-within { + &:focus { outline: none; border: var(--focus-outline-size) solid @color-surface-light5; }