Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 0c1042e

Browse files
authored
Merge pull request #2706 from cezaraugusto/better-tab-transition
Better tab transition
2 parents a204271 + 5b7af33 commit 0c1042e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

less/window.less

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,12 @@ html,
9797

9898
&:not(.isActive) {
9999
z-index: @zindexWindowNotActive;
100+
opacity: 0;
100101
&.isPreview {
101102
background: gray;
102103
z-index: @zindexWindowIsPreview;
103-
transition: background @transitionDuration ease-in;
104+
opacity: 1;
105+
transition: opacity @transitionDuration ease-in-out;
104106
}
105107

106108
// Webviews can cause flickers w/ Chrome v49 if left visible

0 commit comments

Comments
 (0)