Skip to content

Commit 72be80c

Browse files
fix(item): use the correct input highlight for an inset line item (#18052)
fixes #18051
1 parent cc60b60 commit 72be80c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/components/item/item.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ button, a {
181181

182182
display: flex;
183183

184+
/* This is required to work with an inset highlight */
185+
position: relative;
186+
184187
flex: 1;
185188
flex-direction: inherit;
186189
align-items: inherit;

0 commit comments

Comments
 (0)