Merge pull request #8600 from vvlladd28/bug/file-input/browse-file-buttton

Fix handle action "browser file" in file input components
This commit is contained in:
Igor Kulikov 2023-05-22 17:52:17 +03:00 committed by GitHub
commit e797880280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ $previewSize: 100px !default;
button.browse-file { button.browse-file {
padding: 0; padding: 0;
font-size: 16px; font-size: 16px;
span.mdc-button__label { label {
display: block; display: block;
cursor: pointer; cursor: pointer;
padding: 0 16px; padding: 0 16px;

View File

@ -141,7 +141,7 @@ $previewSize: 96px !default;
button.browse-file { button.browse-file {
padding: 0; padding: 0;
font-size: 16px; font-size: 16px;
span.mdc-button__label { label {
display: block; display: block;
cursor: pointer; cursor: pointer;
padding: 0 16px; padding: 0 16px;

View File

@ -157,7 +157,7 @@ $previewSize: 64px !default;
button.browse-file { button.browse-file {
padding: 0; padding: 0;
font-size: 16px; font-size: 16px;
span.mdc-button__label { label {
display: block; display: block;
cursor: pointer; cursor: pointer;
padding: 0 16px; padding: 0 16px;