diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-02-25 08:31:36 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2021-02-25 08:31:36 -0500 |
commit | 97065b2e68dd8768dc1ea092c893c57ebe205026 (patch) | |
tree | 11bf4a1114c543989c24c7a801ba379b2c20a30c /files/pt-pt/tools/page_inspector | |
parent | d1794f6b276285489b417053507f432a14be31df (diff) | |
download | translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.gz translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.bz2 translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.zip |
use class="hidden" not style="display:none"
Diffstat (limited to 'files/pt-pt/tools/page_inspector')
-rw-r--r-- | files/pt-pt/tools/page_inspector/how_to/work_with_animations/index.html | 2 | ||||
-rw-r--r-- | files/pt-pt/tools/page_inspector/keyboard_shortcuts/index.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-pt/tools/page_inspector/how_to/work_with_animations/index.html b/files/pt-pt/tools/page_inspector/how_to/work_with_animations/index.html index 4dc96f01e7..7f78a2eee5 100644 --- a/files/pt-pt/tools/page_inspector/how_to/work_with_animations/index.html +++ b/files/pt-pt/tools/page_inspector/how_to/work_with_animations/index.html @@ -67,7 +67,7 @@ original_slug: Tools/Page_Inspector/How_to/Trabalhar_com_animacoes <li>Each element had two properties animated: <ul> <li><code><a href="/en-US/docs/Web/CSS/width">width</a></code> and <code><a href="/en-US/docs/Web/CSS/opacity">opacity</a></code> for the channel name</li> - <li><code><a href="/en-US/docs/Web/CSS/filter">filter</a></code> and <code><a href="/en-US/docs/Web/CSS/transform">transform</a></code> for the icon.<span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span></li> + <li><code><a href="/en-US/docs/Web/CSS/filter">filter</a></code> and <code><a href="/en-US/docs/Web/CSS/transform">transform</a></code> for the icon.<span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span></li> </ul> </li> <li>The <code>filter</code> property had a delay of 0.25 seconds applied to it.</li> diff --git a/files/pt-pt/tools/page_inspector/keyboard_shortcuts/index.html b/files/pt-pt/tools/page_inspector/keyboard_shortcuts/index.html index daa382cf26..07699f08e9 100644 --- a/files/pt-pt/tools/page_inspector/keyboard_shortcuts/index.html +++ b/files/pt-pt/tools/page_inspector/keyboard_shortcuts/index.html @@ -13,9 +13,9 @@ original_slug: Tools/Page_Inspector/atalhos_de_teclado <div id="SL_balloon_obj" style="display: block;"> <div class="SL_ImTranslatorLogo" id="SL_button" style="background: rgba(0, 0, 0, 0) repeat scroll 0% 0%; display: none; opacity: 1; left: -8px; top: -25px;"> </div> -<div id="SL_shadow_translation_result2" style="display: none;"> </div> +<div id="SL_shadow_translation_result2" class="hidden"> </div> -<div id="SL_shadow_translator" style="display: none;"> +<div id="SL_shadow_translator" class="hidden"> <div id="SL_planshet"> <div id="SL_arrow_up" style="background: rgba(0, 0, 0, 0) repeat scroll 0% 0%;"> </div> @@ -27,7 +27,7 @@ original_slug: Tools/Page_Inspector/atalhos_de_teclado <div class="SL_BL_LABLE_ON" id="SL_P2" title="Translator">T</div> </div> -<div id="SL_alert_bbl" style="display: none;"> +<div id="SL_alert_bbl" class="hidden"> <div id="SLHKclose" style="background: rgba(0, 0, 0, 0) repeat scroll 0% 0%;"> </div> <div id="SL_alert_cont"> </div> |