Skip to content

Commit 0139803

Browse files
committed
style(carousel): dots are circles and have pointer only when enabled
HCRC-178
1 parent 74ff28f commit 0139803

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/carousel/carousel.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@
142142
border: 2px solid var(--color-black-40);
143143
border-radius: 50%;
144144
width: 12px;
145-
height: 12px;
145+
height: 16px;
146146
margin: 0 2px;
147147

148-
&.button {
148+
&.button:hover:not([disabled]) {
149149
cursor: pointer;
150150
}
151151

0 commit comments

Comments
 (0)