From 4246f8a89015206e75ea049cf545218d6590c3e5 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 19 Mar 2026 23:58:39 -0400 Subject: [PATCH] fix: remove conflicting play-overlay::before rule Co-Authored-By: Claude Sonnet 4.6 --- app/static/style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 76f4943..3f2309c 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -1974,17 +1974,6 @@ select.form-input optgroup { width: 100%; } -/* Play overlay with triangle icon */ -.play-overlay::before { - content: ''; - width: 0; - height: 0; - border-style: solid; - border-width: 20px 0 20px 35px; - border-color: transparent transparent transparent rgba(255,255,255,0.9); - filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5)); -} - /* Mobile: hide timeline sidebar */ @media (max-width: 768px) { .timeline-sidebar {