From b659cdad09331b9498bd6175d1cc1e210b12b360 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 17 Oct 2025 13:51:24 +0200 Subject: [PATCH] also fixed overshoot --- gtk-themes/cyberqueer/gtk-3.0/gtk.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gtk-themes/cyberqueer/gtk-3.0/gtk.css b/gtk-themes/cyberqueer/gtk-3.0/gtk.css index b813b3a..aaa63d8 100644 --- a/gtk-themes/cyberqueer/gtk-3.0/gtk.css +++ b/gtk-themes/cyberqueer/gtk-3.0/gtk.css @@ -41,6 +41,21 @@ row:selected:focus { color: #ffffff; } +/* Smooth out / disable the dark flash when reaching scroll limits */ +overshoot.top, +overshoot.bottom, +overshoot.left, +overshoot.right { + background: none; /* removes the opaque overlay */ + background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */ + border: none; +} + +/* Optional: make it fade faster for less distraction */ +overshoot { + transition: background-color 0.15s ease-in-out; +} + /* Buttons and entries */ button, entry, .button {