-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #1193. Add a .wc-HomePage class to <main> on home page.
This allows us to hide the form by default on the home page, and show it by default on the /issues/new page.
- Loading branch information
Mike Taylor
committed
Oct 7, 2016
1 parent
59c81b4
commit d281005
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** @define ReportForm */ | ||
|
||
.wc-ReportForm { | ||
.wc-HomePage .wc-ReportForm { | ||
display: none; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters