fix(item): use the correct input highlight for an inset line item (#18052)

fixes #18051
This commit is contained in:
Brandy Carney
2019-04-16 13:14:26 -04:00
committed by GitHub
parent cc60b60135
commit 72be80cb58

View File

@ -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;