rx/presenters

View on GitHub
views/mdc/assets/scss/components/file-input.scss

Summary

Maintainability
Test Coverage
//.v-file-input {
//  align-items: center !important;
//  display: inline-block;
//  padding: 16px;
//  position: relative;
//  width: 450px;
//}
//
.v-file-input > [type='file'] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}