Skip to content

Commit c76424f

Browse files
committed
♿ removing className text-success to make text readable in dark mode
1 parent f6fc598 commit c76424f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/media-action/crop/layouts/field/calculator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<strong class="me-2">
6262
<?php echo Text::_('PLG_MEDIA-ACTION_CROP_RATIO_CALCULATOR_OUTPUT_LABEL'); ?>
6363
</strong>
64-
<output id="calc-output" for="aspect-ratio-calculator" class="font-monospace fs-5 text-success fw-bold user-select-all" style="cursor: pointer;" title="<?php echo Text::_('PLG_MEDIA-ACTION_CROP_RATIO_CALCULATOR_OUTPUT_TITLE_LABEL'); ?>">1.7777777777777777</output>
64+
<output id="calc-output" for="aspect-ratio-calculator" class="font-monospace fs-5 fw-bold user-select-all" style="cursor: pointer;" title="<?php echo Text::_('PLG_MEDIA-ACTION_CROP_RATIO_CALCULATOR_OUTPUT_TITLE_LABEL'); ?>">1.7777777777777777</output>
6565
</div>
6666
<button type="button" id="copy-calc-value" class="btn btn-success btn-sm"
6767
data-copied-icon="<?php echo htmlspecialchars($copiedIcon, ENT_QUOTES, 'UTF-8'); ?>"

0 commit comments

Comments
 (0)