Skip to content

Commit 73b4913

Browse files
authored
[gallery] remove uneeded css/class (#1159)
1 parent e41bb03 commit 73b4913

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/gallery/src/components/gallery/proGallery/slideshowView.js

-4
Original file line numberDiff line numberDiff line change
@@ -986,10 +986,6 @@ class SlideshowView extends React.Component {
986986
classNames += ' gallery-columns';
987987
}
988988

989-
if (this.isFullWidthGallery()) {
990-
classNames += ' streched';
991-
}
992-
993989
return classNames;
994990
}
995991
getStyles() {

packages/gallery/src/components/item/itemView.js

-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ class ItemView extends React.Component {
641641
scrollDirection === GALLERY_CONSTS[optionsMap.layoutParams.structure.scrollDirection].HORIZONTAL
642642
? itemSpacing / 2 + 'px'
643643
: 0,
644-
cursor: this.isItemClickable(options),
645644
};
646645

647646
const { avoidInlineStyles } = settings;

0 commit comments

Comments
 (0)