Skip to content

Commit

Permalink
Fix minor box shadow issue with recordfinder clear button (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quendi6 authored Oct 15, 2024
1 parent ba37293 commit 5f53526
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class="field-recordfinder loading-indicator-container size-input-text"
<?php if ($value): ?>
<button
type="button"
class="btn clear-record"
class="btn btn-default clear-record"
data-request="<?= $this->getEventHandler('onClearRecord') ?>"
data-request-confirm="<?= e(trans('backend::lang.form.action_confirm')) ?>"
data-request-success="var $locker = $('#<?= $field->getId() ?>'); $locker.val(''); $locker.trigger('change')"
Expand Down

0 comments on commit 5f53526

Please sign in to comment.