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

Commit

Permalink
Merge pull request #14515 from brave/fix/14514-preview-fade
Browse files Browse the repository at this point in the history
Adjust content area fade for preview tabs
  • Loading branch information
bsclifton committed Jun 22, 2018
1 parent fc75570 commit 7875293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/window.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ html,
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(to top, rgb(125, 125, 125) 0%, rgba(255, 255, 255, .3) 60%);
background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
display: block;
opacity: 0;
transition: opacity .2s ease-in; // TODO: get from theme.tab
Expand Down

0 comments on commit 7875293

Please sign in to comment.