mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-02 02:25:22 +00:00
[fix] remove -webkit-tap-highlight-color
This commit is contained in:
@@ -3,11 +3,10 @@
|
|||||||
*/
|
*/
|
||||||
export const resetCSS =
|
export const resetCSS =
|
||||||
`/* React Native Web */
|
`/* React Native Web */
|
||||||
html {font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
|
html {font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
|
||||||
body {margin:0}
|
body {margin:0}
|
||||||
button::-moz-focus-inner, input::-moz-focus-inner {border:0;padding:0}
|
button::-moz-focus-inner, input::-moz-focus-inner {border:0;padding:0}
|
||||||
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
|
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}`
|
||||||
ol,ul,li {list-style:none}`
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom pointer event styles
|
* Custom pointer event styles
|
||||||
|
|||||||
Reference in New Issue
Block a user