Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 fix(settings): settings accessibility fixes #421

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions page-upsell-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ <h2 class="sui-box-title">Options</h2>

<div class="sui-box-settings-row">
<div class="sui-box-settings-col-1">
<span class="sui-settings-label">Reset to defaults</span>
<span id="reset-settings" class="sui-description">If your frontend has fallen apart or you just want to go back to the default settings you can use this button to do so. It will clear all your settings and run a new file check.</span>
<h3 class="sui-settings-label">Reset to defaults</h3>
<p id="reset-settings" class="sui-description">If your frontend has fallen apart or you just want to go back to the default settings you can use this button to do so. It will clear all your settings and run a new file check.</p>
</div>
<div class="sui-box-settings-col-2">
<div class="sui-form-field">
Expand All @@ -53,8 +53,8 @@ <h2 class="sui-box-title">Options</h2>

<div class="sui-box-settings-row sui-disabled">
<div class="sui-box-settings-col-1">
<span class="sui-settings-label-with-tag">Super-compress my files <span class="sui-tag sui-tag-pro">Pro</span></span>
<span id="super-compression" class="sui-description">Compress your files up to 2x more than regular optimization and reduce your page load speed even further.</span>
<h3 class="sui-settings-label-with-tag">Super-compress my files <span class="sui-tag sui-tag-pro">Pro</span></h3>
<p id="super-compression" class="sui-description">Compress your files up to 2x more than regular optimization and reduce your page load speed even further.</p>
</div>
<div class="sui-box-settings-col-2">
<label class="sui-toggle">
Expand All @@ -67,8 +67,8 @@ <h2 class="sui-box-title">Options</h2>

<div class="sui-box-settings-row sui-disabled">
<div class="sui-box-settings-col-1">
<span class="sui-settings-label-with-tag">Enable WPMU DEV CDN <span class="sui-tag sui-tag-pro">Pro</span></span>
<span id="cdn" class="sui-description">By default your files are hosted on your own server. With this setting enabled we will host your files on WPMU DEV’s secure and hyper fast CDN.</span>
<h3 class="sui-settings-label-with-tag">Enable WPMU DEV CDN <span class="sui-tag sui-tag-pro">Pro</span></h3>
<p id="cdn" class="sui-description">By default your files are hosted on your own server. With this setting enabled we will host your files on WPMU DEV’s secure and hyper fast CDN.</p>
</div>
<div class="sui-box-settings-col-2">
<div class="sui-form-field">
Expand Down Expand Up @@ -150,9 +150,9 @@ <h2 class="sui-box-title">Documentation</h2>

&lt;div class=&quot;sui-box-settings-col-1&quot;&gt;

&lt;span class=&quot;sui-settings-label&quot;&gt;Reset to defaults&lt;/span&gt;
&lt;h3 role=&quot;heading&quot; class=&quot;sui-settings-label&quot;&gt;Reset to defaults&lt;/h3&gt;

&lt;span id=&quot;reset-settings&quot; class=&quot;sui-description&quot;&gt;If your frontend has fallen apart or you just want to go back to the default settings you can use this button to do so. It will clear all your settings and run a new file check.&lt;/span&gt;
&lt;p id=&quot;reset-settings&quot; class=&quot;sui-description&quot;&gt;If your frontend has fallen apart or you just want to go back to the default settings you can use this button to do so. It will clear all your settings and run a new file check.&lt;/p&gt;

&lt;/div&gt;

Expand All @@ -170,9 +170,9 @@ <h2 class="sui-box-title">Documentation</h2>

&lt;div class=&quot;sui-box-settings-col-1&quot;&gt;

&lt;span class=&quot;sui-settings-label-with-tag&quot;&gt;Super-compress my files &lt;span class=&quot;sui-tag sui-tag-pro&quot;&gt;Pro&lt;/span&gt;&lt;/span&gt;
&lt;h3 role=&quot;heading&quot; class=&quot;sui-settings-label-with-tag&quot;&gt;Super-compress my files &lt;span class=&quot;sui-tag sui-tag-pro&quot;&gt;Pro&lt;/span&gt;&lt;/h3&gt;

&lt;span id=&quot;super-compression&quot; class=&quot;sui-description&quot;&gt;Compress your files up to 2x more than regular optimization and reduce your page load speed even further.&lt;/span&gt;
&lt;p id=&quot;super-compression&quot; class=&quot;sui-description&quot;&gt;Compress your files up to 2x more than regular optimization and reduce your page load speed even further.&lt;/p&gt;

&lt;/div&gt;

Expand Down