vendor/assets/javascripts/webshims/shims/styles/shim.css in webshims-rails-1.12.2 vs vendor/assets/javascripts/webshims/shims/styles/shim.css in webshims-rails-1.12.3

- old
+ new

@@ -197,11 +197,12 @@ transform: translate3d(0px, 0px, 0px); -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: visibility 400ms ease-in-out; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - direction: ltr; } + direction: ltr; + -webkit-tap-highlight-color: transparent; } .ws-popover.ws-is-rtl { direction: rtl; margin: 0 0 0 0.92308em; } .ws-popover.no-transition { display: none; } @@ -244,11 +245,12 @@ padding: 0; -webkit-appearance: none; appearance: none; font-family: inherit; background: transparent; - cursor: pointer; } + cursor: pointer; + touch-action: none; } .ws-po-box button::-moz-focus-inner { border: 0; padding: 0; } .ws-po-box button[disabled] { cursor: default; @@ -343,10 +345,11 @@ cursor: default; zoom: 1; overflow: hidden; text-overflow: ellipsis; background-color: #fff; - transition: background-color 400ms; } + transition: background-color 400ms; + touch-action: none; } .datalist-polyfill .datalist-box mark { font-weight: normal; font-style: normal; } .datalist-polyfill .datalist-box .option-value { display: inline-block;