Skip to content

Instantly share code, notes, and snippets.

@ozgurg
Created May 12, 2024 00:31
Show Gist options
  • Save ozgurg/525edd0d1f85c4ba2672d80955ba3c6d to your computer and use it in GitHub Desktop.
Save ozgurg/525edd0d1f85c4ba2672d80955ba3c6d to your computer and use it in GitHub Desktop.
Ionic: Remove the last line of the ion-list
/* 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