Skip to content

Commit

Permalink
Remove unused css/classname (#1157)
Browse files Browse the repository at this point in the history
* cursor test

* remove streched class
  • Loading branch information
IzaacAyelin authored Aug 20, 2023
1 parent 98c3640 commit 5c46ba5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1063,10 +1063,6 @@ class SlideshowView extends React.Component {
classNames += ' gallery-columns';
}

if (this.isFullWidthGallery()) {
classNames += ' streched';
}

return classNames;
}
getStyles() {
Expand Down
1 change: 0 additions & 1 deletion packages/gallery/src/components/item/itemView.js
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,6 @@ class ItemView extends React.Component {
scrollDirection === GALLERY_CONSTS.scrollDirection.HORIZONTAL
? imageMargin / 2 + 'px'
: 0,
cursor: this.isItemClickable(options),
};

const { avoidInlineStyles } = settings;
Expand Down

0 comments on commit 5c46ba5

Please sign in to comment.