We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8168b commit a0bb027Copy full SHA for a0bb027
packages/pluggableWidgets/carousel-web/src/ui/Carousel.scss
@@ -23,11 +23,15 @@
23
align-items: center;
24
}
25
26
-.swiper-button-next:focus {
27
- outline: 2px solid #264ae5;
28
- outline-offset: 2px;
+.swiper-button-next,
+.swiper-button-prev {
+ --swiper-navigation-size: 24px;
29
+ border-radius: 50%;
30
+ background-color: rgba(245, 245, 245, 0.7);
31
+ padding: 2em;
32
33
34
+.swiper-button-next:focus,
35
.swiper-button-prev:focus {
36
outline: 2px solid #264ae5;
37
outline-offset: 2px;
0 commit comments