Adjust transition values to 0.13s on and 0.22s off

This commit is contained in:
Chaitanya Nookala 2021-02-10 13:55:20 -08:00
parent 3076426ab5
commit fd5d540532

View file

@ -143,11 +143,12 @@
height: 100%;
width: 46px;
font-size: 16px;
transition: background 0.25s;
transition: background 0.22s;
}
.monaco-workbench .part.titlebar > .window-controls-container > .window-icon:hover {
background-color: rgba(255, 255, 255, 0.1);
transition: background 0.13s;
}
.monaco-workbench .part.titlebar.light > .window-controls-container > .window-icon:hover {