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 #10861 from luixxiul/remove-main-less
Browse files Browse the repository at this point in the history
Remove main.less
  • Loading branch information
bsclifton authored Sep 9, 2017
2 parents ad624a5 + 3eb4699 commit ca4cc2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
1 change: 0 additions & 1 deletion js/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
require('../less/window.less')
require('../less/button.less')
require('../less/contextMenu.less')
require('../less/main.less')
require('../less/navigationBar.less')
require('../less/forms.less')
require('../less/switchControls.less')
Expand Down
14 changes: 0 additions & 14 deletions less/main.less

This file was deleted.

9 changes: 9 additions & 0 deletions less/window.less
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,12 @@ body.fullScreen .banner.fade {
a {
cursor: pointer;
}

// TODO: Investigate if these are required
// See PR #10861
body {
background-color: #000;
}
#windowContainer {
color: #f00;
}

0 comments on commit ca4cc2a

Please sign in to comment.