Skip to content

Commit 6b24703

Browse files
committed
docs(item): update comments
1 parent ca3a6f0 commit 6b24703

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components/item/item.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
// --------------------------------------------------
162162

163163
::slotted(ion-thumbnail) {
164-
// TODO(FW-6847): replace $item-md-thumbnail-* to revert-layer pattern used in item-divider.scss. Assuming the --ion-item-thumbnail-width/height tokens will be used in the migration, else update them.
164+
// TODO(FW-6847): adopt the revert-layer pattern from item-divider.scss
165165
width: var(--ion-item-thumbnail-width, $item-ios-thumbnail-width);
166166
height: var(--ion-item-thumbnail-height, $item-ios-thumbnail-height);
167167
}

core/src/components/item/item.md.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
// --------------------------------------------------
173173

174174
::slotted(ion-thumbnail) {
175-
// TODO(FW-6847): replace $item-md-thumbnail-* to revert-layer pattern used in item-divider.scss. Assuming the --ion-item-thumbnail-width/height tokens will be used in the migration, else update them.
175+
// TODO(FW-6847): adopt the revert-layer pattern from item-divider.scss
176176
width: var(--ion-item-thumbnail-width, $item-md-thumbnail-width);
177177
height: var(--ion-item-thumbnail-height, $item-md-thumbnail-height);
178178
}

0 commit comments

Comments
 (0)