1
0
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:
Horst3180 2015-08-27 21:13:04 +02:00
parent 05c188238f
commit e94bef5a3f
7 changed files with 7 additions and 7 deletions

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }

View File

@ -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; }
}