@yandex/ui
Version:
Yandex UI components
30 lines (22 loc) • 515 B
CSS
/**
* 1. Хак для IE 11 для скрытия курсора — ISL-3557
*/
@media all and (min-width: 0) {
.Attach-Control {
position: absolute;
top: 0;
right: 0;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
touch-action: manipulation;
}
.Attach-Control::-ms-value {
display: none; /* 1 */
}
.Attach-Control::-webkit-file-upload-button {
cursor: pointer;
}
}