From 4971e0e7fb0c7515545d5e67a1d7dceafc387cff Mon Sep 17 00:00:00 2001 From: AnthonyLedesma Date: Thu, 17 Mar 2022 12:10:03 -0700 Subject: [PATCH] fix style bleed --- src/blocks/gallery-carousel/styles/style.scss | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/blocks/gallery-carousel/styles/style.scss b/src/blocks/gallery-carousel/styles/style.scss index 806a391caee..7d86c11ca7a 100644 --- a/src/blocks/gallery-carousel/styles/style.scss +++ b/src/blocks/gallery-carousel/styles/style.scss @@ -1,9 +1,8 @@ -.coblocks-gallery--item { - height: 100%; - width: 100% !important; -} - .wp-block-coblocks-gallery-carousel { + .coblocks-gallery--item { + height: 100%; + width: 100% !important; + } &, .coblocks-gallery { @@ -16,9 +15,7 @@ } @for $i from 2 through 20 { - .carousel-nav.has-border-radius-#{ $i } { - img { border-radius: #{$i}px; } @@ -136,13 +133,11 @@ } body.rtl { - .flickity-viewport { position: relative; } .flickity-prev-next-button { - &.next { left: 0; }