From e263b2670a896b9142f90f822aa257ed79eee972 Mon Sep 17 00:00:00 2001 From: Dobrin Dimchev Date: Thu, 9 Jul 2020 22:30:36 +0300 Subject: [PATCH] [INTERNAL] sap.m.Avatar: Clear focus style provided When avatar is of type Image and Square the focus is not easily visible in dark themes or dark backgrounds. Provide some offset when in those conditions. Change-Id: Ibf3cfef60ceed902728ffe9fcc47f4626cd5d1b9 BCP: 2080263425 --- src/sap.m/src/sap/m/themes/base/Avatar.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sap.m/src/sap/m/themes/base/Avatar.less b/src/sap.m/src/sap/m/themes/base/Avatar.less index 43d6ccb68964..0be78463755c 100644 --- a/src/sap.m/src/sap/m/themes/base/Avatar.less +++ b/src/sap.m/src/sap/m/themes/base/Avatar.less @@ -166,6 +166,10 @@ .sapUiRespGrid & { z-index: 100; } + + &.sapFAvatarImage.sapFAvatarSquare { + outline-offset: 0.0625rem; + } } html[data-sap-ui-browser^="ie"] .sapFAvatarFocusable:focus,