Created
May 12, 2024 00:31
-
-
Save ozgurg/525edd0d1f85c4ba2672d80955ba3c6d to your computer and use it in GitHub Desktop.
Ionic: Remove the last line of the ion-list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Tested on Ionic 8. */ | |
/* The `px` suffix might be required to avoid breaking inside the calculation of Ionic. */ | |
ion-list ion-item:last-child { | |
--border-width: 0px !important; | |
--inner-border-width: 0px !important | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment