Skip to content

Commit

Permalink
Improved: css for border bottom of list item (hotwax#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Nov 17, 2023
1 parent 6f38fdf commit b801c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/theme/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ hr {
grid-template-columns: repeat(var(--implicit-columns), 1fr) max-content;
justify-items: center;
align-items: center;
border-bottom: var(--border-medium);
}

.list-item > * {
Expand All @@ -343,6 +344,7 @@ hr {
.list-item > *:last-child {
display: unset;
justify-self: end;
border-bottom: none;
}

.list-item > ion-label {
Expand Down
4 changes: 1 addition & 3 deletions src/views/FacilityDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,7 @@
<ion-button fill="clear">{{ translate("Edit") }}</ion-button>
<ion-button fill="clear" color="danger">{{ translate("Remove") }}</ion-button>
</ion-card>
</div>
<hr />
</div>
</div>

<div v-else-if="segment === 'staff'">
Expand Down Expand Up @@ -354,7 +353,6 @@
<ion-icon slot="icon-only" :icon="ellipsisVerticalOutline" />
</ion-button>
</div>
<hr />
</div>
</div>
</main>
Expand Down

0 comments on commit b801c3a

Please sign in to comment.