Merge pull request #13147 from MrPetovan/bug/preview-scrollbars
[frio] Remove scrollbars from preview close button and restore pointer cursor
This commit is contained in:
commit
61588be83f
2 changed files with 3 additions and 5 deletions
|
@ -199,9 +199,10 @@
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.dropzone, .dropzone * {
|
.dropzone, .dropzone .dz-default * {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropzone:not(textarea) {
|
.dropzone:not(textarea) {
|
||||||
|
@ -215,9 +216,6 @@
|
||||||
background-color: $background_color;
|
background-color: $background_color;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.dropzone.dz-clickable * {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
|
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue