Skip to content

Commit a9dd6f5

Browse files
committed
refactor(pro-dialog): remove dead carousel hover-zone styles
Companion to phcode-dev/phoenix-pro@5d61942. The .carousel-hover-zone rules no longer match any DOM — the hover-reveal flow was replaced by always-visible arrows.
1 parent e2493c0 commit a9dd6f5

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/styles/phoenix-pro.less

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,6 @@
162162
z-index: 1;
163163
}
164164

165-
/* ---- Edge hover zones: only these reveal arrows on hover ---- */
166-
.carousel-hover-zone {
167-
position: absolute;
168-
top: 0;
169-
bottom: 0;
170-
width: 25%;
171-
z-index: 2;
172-
}
173-
174-
.carousel-hover-zone-left { left: 0; }
175-
.carousel-hover-zone-right { right: 0; }
176-
177165
.carousel-arrow {
178166
position: absolute;
179167
top: 50%;

0 commit comments

Comments
 (0)