mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
reduce list-row transition
This commit is contained in:
parent
05c188238f
commit
e94bef5a3f
@ -2569,7 +2569,7 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
color: inherit; }
|
||||
|
||||
.list-row, list-row.activatable {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
.list-row:hover, list-row.activatable:hover {
|
||||
transition: none; }
|
||||
|
||||
|
@ -2570,7 +2570,7 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
color: inherit; }
|
||||
|
||||
.list-row, list-row.activatable {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
.list-row:hover, list-row.activatable:hover {
|
||||
transition: none; }
|
||||
|
||||
|
@ -2569,7 +2569,7 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
color: inherit; }
|
||||
|
||||
.list-row, list-row.activatable {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
.list-row:hover, list-row.activatable:hover {
|
||||
transition: none; }
|
||||
|
||||
|
@ -2570,7 +2570,7 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
color: inherit; }
|
||||
|
||||
.list-row, list-row.activatable {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
.list-row:hover, list-row.activatable:hover {
|
||||
transition: none; }
|
||||
|
||||
|
@ -2569,7 +2569,7 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
color: inherit; }
|
||||
|
||||
.list-row, list-row.activatable {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
.list-row:hover, list-row.activatable:hover {
|
||||
transition: none; }
|
||||
|
||||
|
@ -2569,7 +2569,7 @@ GtkScrolledWindow GtkViewport.frame {
|
||||
color: inherit; }
|
||||
|
||||
.list-row, list-row.activatable {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
.list-row:hover, list-row.activatable:hover {
|
||||
transition: none; }
|
||||
|
||||
|
@ -2327,7 +2327,7 @@ GtkScrolledWindow {
|
||||
|
||||
// transition
|
||||
.list-row, list-row.activatable {
|
||||
transition: all 300ms $ease-out-quad;
|
||||
transition: all 150ms $ease-out-quad;
|
||||
&:hover { transition: none; }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user