Skip to content

Commit

Permalink
Tiled Gallery: fix round corners style (#36952)
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieur-z authored Apr 18, 2024
1 parent d2c29e6 commit c3e4df9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Tiled Gallery: fix round corners style
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $tiled-gallery-max-rounded-corners: 20; // See constants.js for JS counterpart
}

@for $i from 1 through $tiled-gallery-max-rounded-corners {
&.has-rounded-corners-#{$i} .tiled-gallery__item img {
.has-rounded-corners-#{$i} .tiled-gallery__item img {
border-radius: #{$i}px;
}
}
Expand Down

0 comments on commit c3e4df9

Please sign in to comment.