From 0012320949251e41cd92088444a469dc1cfb0b85 Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Fri, 11 Sep 2026 10:36:58 +0200 Subject: [PATCH] fix(ObjectPage): apply correct hover/active background to AnchorBar buttons --- .../ObjectPageAnchorBar/ObjectPageAnchorBar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/main/src/components/ObjectPageAnchorBar/ObjectPageAnchorBar.module.css b/packages/main/src/components/ObjectPageAnchorBar/ObjectPageAnchorBar.module.css index 29b94f3c03f..3c19f238a9f 100644 --- a/packages/main/src/components/ObjectPageAnchorBar/ObjectPageAnchorBar.module.css +++ b/packages/main/src/components/ObjectPageAnchorBar/ObjectPageAnchorBar.module.css @@ -31,7 +31,7 @@ inset-inline-start: calc(50% - var(--_ui5wcr_anchor-btn-center)); z-index: 3; - &:not([pressed]) { + &:not([pressed]):not(:hover):not(:active) { background-color: var(--sapObjectHeader_Background); } }