Skip to content

Commit bddf552

Browse files
committed
[80] Remove redundant CSS rules
1 parent e5fbf13 commit bddf552

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/components/ui/Slider/Slider.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
2-
.slick-dots li button {
3-
position: relative;
4-
border-radius: 50%;
5-
}
6-
71
.slick-dots li button:focus-visible {
82
outline: none;
93
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.8);
@@ -43,9 +37,11 @@
4337
width: var(--dot-size);
4438
height: var(--dot-size);
4539
aspect-ratio: 1;
40+
border-radius: 50%;
4641
}
4742

4843
.hero-slider .slick-dots li button {
44+
position: relative;
4945
width: 100%;
5046
height: 100%;
5147
border: none;

0 commit comments

Comments
 (0)