unnecessary css lines deleted

This commit is contained in:
batuhanbas
2019-12-13 18:08:07 +03:00
parent 2451d5daf1
commit 6310980633
9 changed files with 88 additions and 103 deletions

View File

@@ -6,7 +6,7 @@
<div class="custom-file">
{!! Form::file($name, array_merge([
'class' => 'custom-file-input form-attachment cursor',
'class' => 'custom-file-input cursor-pointer',
'@input' => 'onHandleFileUpload("' . $name .'", $event)'
], $attributes)) !!}
{!! Form::label($name, $text, ['class' => 'custom-file-label']) !!}