Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaesmith3 committed Apr 12, 2024
1 parent 0418b73 commit 6db3221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/components/input/input.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
// ----------------------------------------------------------------

.input-clear-icon {
color: #{$ionic-color-neutral-500};

width: 16px;

color: #{$ionic-color-neutral-500};
}

.input-clear-icon ion-icon {
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/input/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ export class Input implements ComponentInterface {
[`input-label-placement-${labelPlacement}`]: true,
'in-item': inItem,
'in-item-color': hostContext('ion-item.ion-color', this.el),
'input-disabled': disabled
'input-disabled': disabled,
})}
onFocus={() => console.log('focus')}
onBlur={() => console.log('blur')}
Expand Down

0 comments on commit 6db3221

Please sign in to comment.