@wizishop/img-manager 15.2.64-beta → 15.2.65-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
package/wz-img-manager.scss
CHANGED
|
@@ -592,6 +592,22 @@ $base-font: 'Work Sans', helvetica !default;@mixin simple_transition($type: null
|
|
|
592
592
|
overflow: scroll;
|
|
593
593
|
}
|
|
594
594
|
}
|
|
595
|
+
|
|
596
|
+
.img-tabs {
|
|
597
|
+
&.small {
|
|
598
|
+
@include media('>=desktop') {
|
|
599
|
+
.img-tabs__tabsFirst__upload + .img-tabs__tabsFirst__list {
|
|
600
|
+
.img-card {
|
|
601
|
+
&:hover, &:focus {
|
|
602
|
+
.img-card__container__video {
|
|
603
|
+
display: none;
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
}
|
|
595
611
|
.wz-img-manager {
|
|
596
612
|
|
|
597
613
|
&__selectionHandler {
|
|
Binary file
|