Skip to content

Commit aa32ece

Browse files
committed
Fix: rounded class only to selected block image instead adding class to all images inside a rounded wrapper
1 parent 4e37a62 commit aa32ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/bootscore/blocks/_blocks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Block Widgets
1515

1616

1717
// Add rounded to block img if class added to img block
18-
.rounded img {
18+
figure.rounded img {
1919
border-radius: var(--#{$prefix}border-radius);
2020
}
2121

0 commit comments

Comments
 (0)