mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(item): use the correct input highlight for an inset line item (#18052)
fixes #18051
This commit is contained in:
@ -181,6 +181,9 @@ button, a {
|
|||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
/* This is required to work with an inset highlight */
|
||||||
|
position: relative;
|
||||||
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: inherit;
|
flex-direction: inherit;
|
||||||
align-items: inherit;
|
align-items: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user