forked from AuroraMiddleware/gtk
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
|
||||
.list-row, list-row.button {
|
||||
transition: all 300ms $ease-out-quad;
|
||||
transition: all 150ms $ease-out-quad;
|
||||
&: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