Issue #2752149 by marcoscano, ifrik: "filter" button should be normal (grey) instead of primary (blue)
parent
fe08d93c26
commit
440b828b1f
|
@ -38,7 +38,6 @@ class PathFilterForm extends FormBase {
|
|||
);
|
||||
$form['basic']['submit'] = array(
|
||||
'#type' => 'submit',
|
||||
'#button_type' => 'primary',
|
||||
'#value' => $this->t('Filter'),
|
||||
);
|
||||
if ($keys) {
|
||||
|
|
Loading…
Reference in New Issue