[sleekmason] themes/Dragon/gtk-3.0/gtk-contained.css: adjust transition time

This commit is contained in:
John Crawley 2022-04-25 15:21:18 +09:00
parent b6ecd9581c
commit 2714a5f4be
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ button {
notebook > header > tabs > arrow:hover, button.sidebar-button:hover, button.titlebutton:hover,
button.flat:hover {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-duration: 500ms; }
transition-duration: 200ms; }
notebook > header > tabs > arrow:hover:active, button.sidebar-button:hover:active, button.titlebutton:hover:active,
button.flat:hover:active {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }