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:
commit
e797880280
@ -87,7 +87,7 @@ $previewSize: 100px !default;
|
||||
button.browse-file {
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
span.mdc-button__label {
|
||||
label {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
padding: 0 16px;
|
||||
|
||||
@ -141,7 +141,7 @@ $previewSize: 96px !default;
|
||||
button.browse-file {
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
span.mdc-button__label {
|
||||
label {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
padding: 0 16px;
|
||||
|
||||
@ -157,7 +157,7 @@ $previewSize: 64px !default;
|
||||
button.browse-file {
|
||||
padding: 0;
|
||||
font-size: 16px;
|
||||
span.mdc-button__label {
|
||||
label {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
padding: 0 16px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user