<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yousif Jasm</title>
    <description>The latest articles on DEV Community by Yousif Jasm (@yousif).</description>
    <link>https://dev.to/yousif</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F888241%2F194c606a-058f-42eb-a018-2eab8e3a3c05.jpeg</url>
      <title>DEV Community: Yousif Jasm</title>
      <link>https://dev.to/yousif</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yousif"/>
    <language>en</language>
    <item>
      <title>Easy way to remove default highlight blue when touching for mobile in the browser</title>
      <dc:creator>Yousif Jasm</dc:creator>
      <pubDate>Sun, 31 Jul 2022 20:09:00 +0000</pubDate>
      <link>https://dev.to/yousif/easy-way-to-remove-default-highlight-blue-in-the-browser-4g78</link>
      <guid>https://dev.to/yousif/easy-way-to-remove-default-highlight-blue-in-the-browser-4g78</guid>
      <description>&lt;p&gt;This blog will show how to remove the default highlight easiest way by pure CSS in just one line&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;* {
  -webkit-tap-highlight-color: transparent;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>css</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>csstrick</category>
    </item>
  </channel>
</rss>
