Issue #2752149 by marcoscano, ifrik: "filter" button should be normal (grey) instead of primary (blue)

8.2.x
Alex Pott 2016-06-24 15:17:10 +02:00
parent fe08d93c26
commit 440b828b1f
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ class PathFilterForm extends FormBase {
); );
$form['basic']['submit'] = array( $form['basic']['submit'] = array(
'#type' => 'submit', '#type' => 'submit',
'#button_type' => 'primary',
'#value' => $this->t('Filter'), '#value' => $this->t('Filter'),
); );
if ($keys) { if ($keys) {