<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&#x27;border:none;&#x27; ignoring in CSS]]></title><description><![CDATA[<p dir="auto">On some sites 'select' inside DIV looks incorrectly, like this<br />
<img src="/assets/uploads/files/1617660678288-2021-04-06_010847.png" alt="2021-04-06_010847.png" class=" img-responsive img-markdown" /><br />
correct is<br />
<img src="/assets/uploads/files/1617660697799-2021-04-06_011001.png" alt="2021-04-06_011001.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">I'm not very familiar with all this styling stuff, I discovered that by using 'inspect element'. I simplified the code and deleted all the unnecessary.</p>
<p dir="auto">css</p>
<pre><code>.sort-by select[test] 
{
    border: none;
}
</code></pre>
<p dir="auto">Div with select</p>
<pre><code>&lt;div class="sort-by"&gt;
 &lt;select id="sorting" name="sortby" class="cl-secondary" test=""&gt; 
    &lt;option&gt;
      option 
    &lt;/option&gt;
  &lt;/select&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto">I tested it here &gt; <a href="https://www.tutorialspoint.com/online_css_editor.php" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.tutorialspoint.com/online_css_editor.php</a></p>
<p dir="auto">all other browsers show correctly and without the border<br />
<img src="/assets/uploads/files/1617661639817-2021-04-06_011959.png" alt="2021-04-06_011959.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">only Opera shows with a border</p>
<p dir="auto"><img src="/assets/uploads/files/1617661665590-2021-04-06_012011.png" alt="2021-04-06_012011.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">I'm on Win 8.1x64</p>
]]></description><link>https://forums.opera.com/topic/48278/border-none-ignoring-in-css</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 09:46:10 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/48278.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Apr 2021 22:36:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &#x27;border:none;&#x27; ignoring in CSS on Tue, 06 Apr 2021 02:00:01 GMT]]></title><description><![CDATA[<p dir="auto">Confirmed. Sounds like <a href="https://opera.atlassian.net/servicedesk/customer/portal/9" target="_blank" rel="noopener noreferrer nofollow ugc">a bug</a> to me.</p>
]]></description><link>https://forums.opera.com/post/247643</link><guid isPermaLink="true">https://forums.opera.com/post/247643</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Tue, 06 Apr 2021 02:00:01 GMT</pubDate></item></channel></rss>