Skip to content

Commit

Permalink
Refactor #971 - For InputText
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Mar 3, 2021
1 parent 84667a2 commit 6597ae9
Show file tree
Hide file tree
Showing 34 changed files with 98,153 additions and 134,730 deletions.
6,734 changes: 2,846 additions & 3,888 deletions public/themes/arya-blue/theme.css

Large diffs are not rendered by default.

6,734 changes: 2,846 additions & 3,888 deletions public/themes/arya-green/theme.css

Large diffs are not rendered by default.

6,734 changes: 2,846 additions & 3,888 deletions public/themes/arya-orange/theme.css

Large diffs are not rendered by default.

6,734 changes: 2,846 additions & 3,888 deletions public/themes/arya-purple/theme.css

Large diffs are not rendered by default.

6,758 changes: 2,857 additions & 3,901 deletions public/themes/bootstrap4-dark-blue/theme.css

Large diffs are not rendered by default.

6,758 changes: 2,857 additions & 3,901 deletions public/themes/bootstrap4-dark-purple/theme.css

Large diffs are not rendered by default.

6,710 changes: 2,833 additions & 3,877 deletions public/themes/bootstrap4-light-blue/theme.css

Large diffs are not rendered by default.

6,710 changes: 2,833 additions & 3,877 deletions public/themes/bootstrap4-light-purple/theme.css

Large diffs are not rendered by default.

6,811 changes: 2,869 additions & 3,942 deletions public/themes/fluent-light/theme.css

Large diffs are not rendered by default.

6,636 changes: 2,804 additions & 3,832 deletions public/themes/luna-amber/theme.css

Large diffs are not rendered by default.

6,640 changes: 2,806 additions & 3,834 deletions public/themes/luna-blue/theme.css

Large diffs are not rendered by default.

6,640 changes: 2,806 additions & 3,834 deletions public/themes/luna-green/theme.css

Large diffs are not rendered by default.

6,636 changes: 2,804 additions & 3,832 deletions public/themes/luna-pink/theme.css

Large diffs are not rendered by default.

8,168 changes: 3,422 additions & 4,746 deletions public/themes/md-dark-deeppurple/theme.css

Large diffs are not rendered by default.

8,154 changes: 3,415 additions & 4,739 deletions public/themes/md-dark-indigo/theme.css

Large diffs are not rendered by default.

8,168 changes: 3,422 additions & 4,746 deletions public/themes/md-light-deeppurple/theme.css

Large diffs are not rendered by default.

8,168 changes: 3,422 additions & 4,746 deletions public/themes/md-light-indigo/theme.css

Large diffs are not rendered by default.

8,178 changes: 3,427 additions & 4,751 deletions public/themes/mdc-dark-deeppurple/theme.css

Large diffs are not rendered by default.

8,178 changes: 3,427 additions & 4,751 deletions public/themes/mdc-dark-indigo/theme.css

Large diffs are not rendered by default.

8,182 changes: 3,429 additions & 4,753 deletions public/themes/mdc-light-deeppurple/theme.css

Large diffs are not rendered by default.

8,182 changes: 3,429 additions & 4,753 deletions public/themes/mdc-light-indigo/theme.css

Large diffs are not rendered by default.

6,653 changes: 2,810 additions & 3,843 deletions public/themes/nova-accent/theme.css

Large diffs are not rendered by default.

6,662 changes: 2,814 additions & 3,848 deletions public/themes/nova-alt/theme.css

Large diffs are not rendered by default.

6,634 changes: 2,801 additions & 3,833 deletions public/themes/nova/theme.css

Large diffs are not rendered by default.

6,631 changes: 2,801 additions & 3,830 deletions public/themes/rhea/theme.css

Large diffs are not rendered by default.

6,699 changes: 2,829 additions & 3,870 deletions public/themes/saga-blue/theme.css

Large diffs are not rendered by default.

6,699 changes: 2,829 additions & 3,870 deletions public/themes/saga-green/theme.css

Large diffs are not rendered by default.

6,699 changes: 2,829 additions & 3,870 deletions public/themes/saga-orange/theme.css

Large diffs are not rendered by default.

6,699 changes: 2,829 additions & 3,870 deletions public/themes/saga-purple/theme.css

Large diffs are not rendered by default.

6,722 changes: 2,840 additions & 3,882 deletions public/themes/vela-blue/theme.css

Large diffs are not rendered by default.

6,722 changes: 2,840 additions & 3,882 deletions public/themes/vela-green/theme.css

Large diffs are not rendered by default.

6,722 changes: 2,840 additions & 3,882 deletions public/themes/vela-orange/theme.css

Large diffs are not rendered by default.

6,722 changes: 2,840 additions & 3,882 deletions public/themes/vela-purple/theme.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/components/inputtext/InputText.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
}

.p-input-icon-left > i,
.p-input-icon-right > i {
.p-input-icon-right > i,
.p-input-icon-left > svg,
.p-input-icon-right > svg,
.p-input-icon-left > .p-input-prefix,
.p-input-icon-right > .p-input-suffix {
position: absolute;
top: 50%;
margin-top: -.5rem;
Expand Down

0 comments on commit 6597ae9

Please sign in to comment.