From f2af3f2214b780057d44f79acf4812ba5e0a4589 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 20 Sep 2024 09:40:30 +0200 Subject: [PATCH] fix ticket color on same color --- assets/css/src/ticket.css | 4 ++-- site/snippets/calendar-strip.php | 19 +++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/assets/css/src/ticket.css b/assets/css/src/ticket.css index f31bb3f..7a969e8 100644 --- a/assets/css/src/ticket.css +++ b/assets/css/src/ticket.css @@ -41,7 +41,7 @@ a:not([disabled]):hover > .ticket svg, animation: vibrate 0.5s forwards; } -.ticket:not(a[disabled] .ticket):hover svg path:not(.dot), +.ticket:not(a[disabled] .ticket, .to-blank .ticket):hover svg path:not(.dot), a:not([disabled]):hover > .ticket svg path:not(.dot) { fill: var(--color-season); stroke: var(--color-season); @@ -51,7 +51,7 @@ a.to-blank:hover > .ticket svg path:not(.dot) { stroke: #fff; } -.ticket:not(a[disabled] .ticket):hover svg path.dot, +.ticket:not(a[disabled] .ticket, .to-blank .ticket):hover svg path.dot, a:not([disabled]):hover > .ticket svg path.dot { fill: #fff; } diff --git a/site/snippets/calendar-strip.php b/site/snippets/calendar-strip.php index 5f7fbd8..47ff945 100644 --- a/site/snippets/calendar-strip.php +++ b/site/snippets/calendar-strip.php @@ -1,6 +1,5 @@
  • @@ -188,27 +191,27 @@