KM WebKit Targeting Media Query Shared by Kevin Mandeville, 2015-08-19 02:15:37 Tagged: Media Query, WebKit 1 Snippet Trigger Manage Snippets Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your library. Manage your snippets. Copied to Clipboard Your snippet is out of date. Update snippet @media screen and (-webkit-min-device-pixel-ratio: {value}) { {style} } View this Snippet
KM Remove Blue Links on Apple Devices Shared by Kevin Mandeville, 2016-05-27 17:58:58 Tagged: Link, WebKit 8 Snippet Trigger Manage Snippets Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your library. Manage your snippets. Copied to Clipboard Your snippet is out of date. Update snippet a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important; font-weight: inherit !important; line-height: inherit !important; } View this Snippet
KM HTC ONE + Samsung Galaxy S4/S5 Media Query Shared by Kevin Mandeville, 2015-08-19 12:43:13 Tagged: Media Query, WebKit Snippet Trigger Manage Snippets Please enter a valid trigger The text that, when typed and followed by a tab will trigger the insertion of the snippet code. Added to your library. Manage your snippets. Copied to Clipboard Your snippet is out of date. Update snippet @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) { {style} } View this Snippet