<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Forum Pasja Informatyki - Najnowsze z tagiem developer-tool</title>
<link>https://forum.pasja-informatyki.pl/tag/developer-tool</link>
<description>Powered by Question2Answer</description>
<item>
<title>Jak wyłączyć style tylko dla danej przeglądarki (firefoks)</title>
<link>https://forum.pasja-informatyki.pl/428786/jak-wylaczyc-style-tylko-dla-danej-przegladarki-firefoks</link>
<description>

&lt;p&gt;Być może głupie pytanie być może nie. Czy można z góry jakąś komendą wyłączyć dany selektor , zmiane jakiegoś css-a tylko w danej przeglądarce która zwyczajnie źle wyświetla lub strona nie działa po tem tak jak chcemy.&lt;/p&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;



&lt;p&gt;Przykladowo wszedzie dobrze mi działa rotacja tylko nie w firefoksie. Gdy klikam w obiekt to nie moge go przesuwać. ( w sensie jest to taka linia czasu która przestawia mnie na wyznaczone miejsce w komentarzach..&lt;/p&gt;



&lt;p&gt;Mam ustawione tak:&lt;/p&gt;



&lt;pre class=&quot;brush:xml;&quot;&gt;
.linia czasu

{&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;z-index: 500 !important;
&amp;nbsp; &amp;nbsp; position: fixed;
&amp;nbsp; &amp;nbsp; display: inline-table;
&amp;nbsp; &amp;nbsp; padding: .5em;
&amp;nbsp; &amp;nbsp; width: 5em;
&amp;nbsp; &amp;nbsp; height: 5em;
&amp;nbsp; &amp;nbsp; transition: .4s all;
&amp;nbsp; &amp;nbsp; &amp;nbsp;-moz-transition:.4s all;
&amp;nbsp; &amp;nbsp; left: -500px;
&amp;nbsp; &amp;nbsp; top: -250px;

&amp;nbsp; &amp;nbsp; transform: rotate(270deg);
&amp;nbsp; &amp;nbsp; -moz-transform:rotate(270deg);
&amp;nbsp;&amp;nbsp;



}

linia czasu:active // przesuwam ją na ekranie w inne miejsce



{
&amp;nbsp; &amp;nbsp; z-index: 500 !important;
&amp;nbsp; &amp;nbsp; position: absolute;
&amp;nbsp; left:10px;
&amp;nbsp; top:10px;
&amp;nbsp; &amp;nbsp; /* border: 1px solid; */
&amp;nbsp; &amp;nbsp; padding: .5em;
&amp;nbsp; &amp;nbsp; width: 5em;
&amp;nbsp; &amp;nbsp; height: 5em;
&amp;nbsp; &amp;nbsp; &amp;nbsp;transition: .4s all;
&amp;nbsp; &amp;nbsp; &amp;nbsp; -moz-transition:.4s all;
&amp;nbsp; &amp;nbsp;transform: rotate(360deg);
&amp;nbsp; &amp;nbsp; -moz-transform:rotate(360deg) }&lt;/pre&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>HTML i CSS</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/428786/jak-wylaczyc-style-tylko-dla-danej-przegladarki-firefoks</guid>
<pubDate>Fri, 03 May 2019 16:26:28 +0000</pubDate>
</item>
<item>
<title>Jak wyłączyć style SCSS w przeglądarce</title>
<link>https://forum.pasja-informatyki.pl/407147/jak-wylaczyc-style-scss-w-przegladarce</link>
<description>

&lt;p&gt;Przeglądarka Firefox/Chrome/Chromium (Reszty nie sprawdzałem) utrudnia mi tworzenie layoutu poprzez ładowanie stylów .scss, przez co mam zduplikowane klasy w narzędziu dla developera.&lt;/p&gt;



&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;https://forum.pasja-informatyki.pl/?qa=blob&amp;amp;qa_blobid=9228816929933035193&quot; style=&quot;height:537px; width:294px&quot;&gt;&lt;/p&gt;



&lt;p&gt;Gdy usuwam atrybut &lt;em&gt;width&lt;/em&gt; z przykładowej klasy &lt;em&gt;.mask&lt;/em&gt;, muszę to również zrobić w klasie poniżej, co jest nieefektywne.&lt;/p&gt;



&lt;p&gt;Oto mój header ze wszystkimi stylami:&lt;/p&gt;



&lt;pre class=&quot;brush:css;&quot;&gt;
    &amp;lt;link rel=&quot;stylesheet&quot; href=&quot;https://fonts.googleapis.com/icon?family=Material+Icons&quot;&amp;gt;

    &amp;lt;link href=&quot;{{ asset('bs4/css/bootstrap.min.css') }}&quot; rel=&quot;stylesheet&quot;&amp;gt;

    &amp;lt;link href=&quot;{{ asset('css/mystories.css') }}&quot; rel=&quot;stylesheet&quot;&amp;gt;&lt;/pre&gt;



&lt;p&gt;Jak widać - brak duplikatów czy stylów .scss, z których jest swoją drogą tworzony mystories.css.&lt;/p&gt;



&lt;p&gt;Jeżeli potrzebujecie dodatkowych informacji - jestem do waszej dyspozycji.&lt;/p&gt;</description>
<category>HTML i CSS</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/407147/jak-wylaczyc-style-scss-w-przegladarce</guid>
<pubDate>Tue, 15 Jan 2019 11:40:58 +0000</pubDate>
</item>
</channel>
</rss>