Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghostery Dawn Miscellaneous Bug fixes #664

Merged
merged 7 commits into from Jan 22, 2021

Align BlockSettingsView checkbox per vinny, add click handler to chec…

…kbox label
  • Loading branch information
benstrumeyer committed Jan 22, 2021
commit 7beccd5ede703b07aa975f2fc79a9b9048866118
@@ -137,7 +137,7 @@ class BlockSettingsView extends Component {
checked={recommendedChoices}
onChange={() => this.toggleRecommendedChoices(!recommendedChoices)}
/>
<div>{t('ghostery_dawn_onboarding_recommended_choices')}</div>
<div className="BlockSettingsView_checkboxLabel" onClick={() => this.toggleRecommendedChoices(!recommendedChoices)}>{t('ghostery_dawn_onboarding_recommended_choices')}</div>
</div>
<ol>
<li className="BlockSettingsView_question">{t('ghostery_dawn_onboarding_question_block_ads')}</li>
@@ -128,7 +128,11 @@
width: 20px;
height: 20px;
padding: 0;
margin-right: 14px;
margin-left: -14px;
}

.BlockSettingsView_checkboxLabel {
cursor: pointer;
}

.BlockSettingsView__infoIcon {
ProTip! Use n and p to navigate between commits in a pull request.