also fixed overshoot
parent
51b9460899
commit
b659cdad09
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue