1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-12-22 00:19:19 +02:00

Use text-muted instead of text-secondary

This commit is contained in:
Ralph Slooten
2025-05-18 10:27:59 +12:00
parent ff8b6326ab
commit a1c2690c44
6 changed files with 12 additions and 12 deletions

View File

@@ -323,7 +323,7 @@ export default {
{{ round2dm(summary.Total.Unsupported) }}% not supported
</span>
</p>
<p class="small text-secondary">
<p class="small text-muted">
calculated from {{ formatNumber(check.Total.Tests) }} tests
</p>
</template>
@@ -343,7 +343,7 @@ export default {
<input class="form-check-input" type="checkbox" role="switch" :value="k" v-model="platforms"
:aria-label="p" :id="'Check_' + k">
<label class="form-check-label" :for="'Check_' + k"
:class="platforms.indexOf(k) !== -1 ? '' : 'text-secondary'" :title="families(k).join(', ')"
:class="platforms.indexOf(k) !== -1 ? '' : 'text-muted'" :title="families(k).join(', ')"
data-bs-toggle="tooltip" :data-bs-title="families(k).join(', ')">
{{ p }}
</label>
@@ -451,7 +451,7 @@ export default {
</div>
</div>
<p class="text-center text-secondary small mt-4">
<p class="text-center text-muted small mt-4">
Scores based on <b>{{ check.Total.Tests }}</b> tests of HTML and CSS properties using
compatibility data from <a href="https://www.caniemail.com/" target="_blank">caniemail.com</a>.
</p>