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

Commit

Permalink
Remove toolbar vibrancy features (close #693)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Oct 16, 2017
1 parent 5bf5194 commit e60dfc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion app/background-process/ui/windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function createShellWindow () {
y,
width,
height,
vibrancy: 'light',
defaultEncoding: 'UTF-8',
webPreferences: {
webSecurity: false, // disable same-origin-policy in the shell window, webviews have it restored
Expand Down
5 changes: 1 addition & 4 deletions app/stylesheets/shell-window/toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#toolbar {
&:extend(.system-font);
height: 75px;
background: #eee;
background: #e5e5e5;

.toolbar-group {
padding: 0 4px;
Expand All @@ -19,9 +19,6 @@ body.darwin #toolbar {
// draggable region for OSX
display: block;
-webkit-app-region: drag;

// transparency
background: transparent;
}

.download-started-animation {
Expand Down

0 comments on commit e60dfc0

Please sign in to comment.