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 @@