@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.64-beta",
3
+ "version": "15.2.65-beta",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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 {