-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use bootstrap for reveal/collapse contact form
This provides better accessibility (aria-expanded) than our custom solution
- Loading branch information
Showing
10 changed files
with
25 additions
and
101 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,5 +1,4 @@ | ||
#report-problem-form { | ||
display: none; | ||
border-bottom: 1px solid $gray-600; | ||
|
||
h2 { | ||
|
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,15 +1,13 @@ | ||
import BrowseGroupCateogries from 'spotlight/user/browse_group_categories' | ||
import Carousel from 'spotlight/user/carousel' | ||
import ClearFormButton from 'spotlight/user/clear_form_button' | ||
import ReportProblem from 'spotlight/user/report_a_problem' | ||
import ZprLinks from 'spotlight/user/zpr_links' | ||
|
||
export default class { | ||
connect() { | ||
new BrowseGroupCateogries().connect() | ||
new Carousel().connect() | ||
new ClearFormButton().connect() | ||
new ReportProblem().connect() | ||
new ZprLinks().connect() | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.