Skip to content

Commit

Permalink
fix(core): ios menu is not triggered (#8348)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 14, 2024
1 parent 6c6ac80 commit 8b00807
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@
&_cvc_hidden {
-webkit-text-security: disc;
}

.ios-only({
&:active {
font-size: 1rem;
}
});
}

.t-icons {
Expand Down
4 changes: 0 additions & 4 deletions projects/core/styles/components/textfield.less
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ tui-textfield {
input:defined,
select:defined {
.ios-only({
&:active {
font-size: 1rem;
}

&._ios-fix {
position: fixed;
left: 1000rem;
Expand Down
6 changes: 0 additions & 6 deletions projects/legacy/styles/mixins/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
appearance: none;
word-break: keep-all;
-webkit-text-fill-color: currentColor; // for Safari

.ios-only({
&:active {
font-size: 1rem;
}
});
}

.visually-hidden() {
Expand Down
6 changes: 0 additions & 6 deletions projects/legacy/styles/mixins/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
appearance: none;
word-break: keep-all;
-webkit-text-fill-color: currentColor; // for Safari

@include ios-only {
&:active {
font-size: 1rem;
}
}
}

@mixin visually-hidden() {
Expand Down

0 comments on commit 8b00807

Please sign in to comment.