Skip to content

Commit

Permalink
fix: Fix flickering on iphone when touching tabs
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
danez committed Jun 16, 2018
1 parent 8f5cd84 commit 5d608aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions style/react-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
list-style: none;
padding: 6px 12px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
}

.react-tabs__tab--selected {
Expand Down
1 change: 1 addition & 0 deletions style/react-tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
list-style: none;
padding: 6px 12px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;

&--selected {
background: #fff;
Expand Down
1 change: 1 addition & 0 deletions style/react-tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
list-style: none;
padding: 6px 12px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;

&--selected {
background: #fff;
Expand Down

0 comments on commit 5d608aa

Please sign in to comment.