Skip to content

Commit 5f53526

Browse files
authored
Fix minor box shadow issue with recordfinder clear button (#1231)
1 parent ba37293 commit 5f53526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/backend/formwidgets/recordfinder/partials/_recordfinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class="field-recordfinder loading-indicator-container size-input-text"
2525
<?php if ($value): ?>
2626
<button
2727
type="button"
28-
class="btn clear-record"
28+
class="btn btn-default clear-record"
2929
data-request="<?= $this->getEventHandler('onClearRecord') ?>"
3030
data-request-confirm="<?= e(trans('backend::lang.form.action_confirm')) ?>"
3131
data-request-success="var $locker = $('#<?= $field->getId() ?>'); $locker.val(''); $locker.trigger('change')"

0 commit comments

Comments
 (0)