Skip to content

Commit e7233e1

Browse files
committed
docs(themes): remove extra comments
1 parent b9c7961 commit e7233e1

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

core/src/themes/ios/default.tokens.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ export const defaultTheme: DefaultTheme = {
355355
size: `${(20 / components.chip.font.size).toFixed(2)}em`,
356356
},
357357

358-
// Targets `:first-child`
359358
first: {
360359
margin: {
361360
top: '-4px',
@@ -365,7 +364,6 @@ export const defaultTheme: DefaultTheme = {
365364
},
366365
},
367366

368-
// Targets `:last-child`
369367
last: {
370368
margin: {
371369
top: '-4px',
@@ -380,7 +378,6 @@ export const defaultTheme: DefaultTheme = {
380378
height: `${(24 / components.chip.font.size).toFixed(2)}em`,
381379
width: `${(24 / components.chip.font.size).toFixed(2)}em`,
382380

383-
// Targets `:first-child`
384381
first: {
385382
margin: {
386383
top: '-4px',
@@ -390,7 +387,6 @@ export const defaultTheme: DefaultTheme = {
390387
},
391388
},
392389

393-
// Targets `:last-child`
394390
last: {
395391
margin: {
396392
top: '-4px',

core/src/themes/md/default.tokens.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ export const defaultTheme: DefaultTheme = {
345345
},
346346
},
347347

348-
// Targets `ion-icon`
349348
icon: {
350349
color: rgba('var(--ion-text-color-rgb, 0, 0, 0)', 0.54),
351350

@@ -372,7 +371,6 @@ export const defaultTheme: DefaultTheme = {
372371
},
373372
},
374373

375-
// Targets `ion-avatar`
376374
avatar: {
377375
height: `${(24 / components.chip.font.size).toFixed(2)}em`,
378376
width: `${(24 / components.chip.font.size).toFixed(2)}em`,

0 commit comments

Comments
 (0)