We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b11d354 + 2458624 commit 8b922c3Copy full SHA for 8b922c3
app/code/Magento/Backend/Block/Widget/Grid/Extended.php
@@ -203,7 +203,7 @@ protected function _prepareLayout()
203
$this->setChild(
204
'reset_filter_button',
205
$this->getLayout()->createBlock('Magento\Backend\Block\Widget\Button')->setData(
206
- ['label' => __('Reset Filter'), 'onclick' => $this->getJsObjectName() . '.resetFilter()']
+ ['label' => __('Reset Filter'), 'onclick' => $this->getJsObjectName() . '.resetFilter()', 'class' => 'action-reset']
207
)
208
);
209
0 commit comments