From 72be80cb586db6b402782612cebe33a34175e166 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 16 Apr 2019 13:14:26 -0400 Subject: [PATCH] fix(item): use the correct input highlight for an inset line item (#18052) fixes #18051 --- core/src/components/item/item.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/components/item/item.scss b/core/src/components/item/item.scss index 1e0b1b9792..d51979097d 100644 --- a/core/src/components/item/item.scss +++ b/core/src/components/item/item.scss @@ -181,6 +181,9 @@ button, a { display: flex; + /* This is required to work with an inset highlight */ + position: relative; + flex: 1; flex-direction: inherit; align-items: inherit;