Skip to content

Commit 957a141

Browse files
author
Hwashiang Yu
committed
MC-5701: Slide Dots Are Hard To See Against Certain Backgrounds On Storefront
- Updated slider dot styles for block/dynamic block on stage
1 parent 46c87dd commit 957a141

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slider

1 file changed

+1
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slider/_default.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
vertical-align: middle;
353353
width: 14px;
354354
button {
355-
background: transparent;
355+
background: @color-white;
356356
border: 1px solid @color-gray;
357357
border-radius: 10px;
358358
box-shadow: none;
@@ -371,15 +371,13 @@
371371
&:active,
372372
&:focus,
373373
&:not(.primary) {
374-
background: transparent;
375374
box-shadow: none;
376375
}
377376
}
378377

379378
&.slick-active {
380379
button {
381380
background: @color-pagebuilder-darkest-gray;
382-
border: none;
383381
}
384382
}
385383
}

0 commit comments

Comments
 (0)