From a9dd6f5a079a8af9b835bfb87bdcef1b4100fbb9 Mon Sep 17 00:00:00 2001 From: Pluto Date: Fri, 15 May 2026 22:46:08 +0530 Subject: [PATCH] refactor(pro-dialog): remove dead carousel hover-zone styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/styles/phoenix-pro.less | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/styles/phoenix-pro.less b/src/styles/phoenix-pro.less index 34806eb93e..839682a4d8 100644 --- a/src/styles/phoenix-pro.less +++ b/src/styles/phoenix-pro.less @@ -162,18 +162,6 @@ z-index: 1; } - /* ---- Edge hover zones: only these reveal arrows on hover ---- */ - .carousel-hover-zone { - position: absolute; - top: 0; - bottom: 0; - width: 25%; - z-index: 2; - } - - .carousel-hover-zone-left { left: 0; } - .carousel-hover-zone-right { right: 0; } - .carousel-arrow { position: absolute; top: 50%;