mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-09 20:20:13 +00:00
theme: decrease list row transition
It was somewhat annoying given the "trace" of it. Decrease the time to avoid too much "trace"
This commit is contained in:
parent
43a4843b9c
commit
d881b15349
@ -2674,7 +2674,7 @@ GtkScrolledWindow {
|
|||||||
|
|
||||||
// transition
|
// transition
|
||||||
.list-row, list-row.button {
|
.list-row, list-row.button {
|
||||||
transition: all 300ms $ease-out-quad;
|
transition: all 150ms $ease-out-quad;
|
||||||
&:hover { transition: none; }
|
&:hover { transition: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user