diff --git a/assets/javascripts/templates/pages/settings_tmpl.coffee b/assets/javascripts/templates/pages/settings_tmpl.coffee index 66a2dcdd..5c2da769 100644 --- a/assets/javascripts/templates/pages/settings_tmpl.coffee +++ b/assets/javascripts/templates/pages/settings_tmpl.coffee @@ -35,6 +35,5 @@ app.templates.settingsPage = (settings) -> """ -

- Reset all preferences and data + """ diff --git a/assets/stylesheets/components/_content.scss b/assets/stylesheets/components/_content.scss index 036cda02..f1ebe917 100644 --- a/assets/stylesheets/components/_content.scss +++ b/assets/stylesheets/components/_content.scss @@ -408,6 +408,11 @@ } } +._reset-btn, +._reset-btn:hover { + color: $textColorRed; +} + ._github-btn { display: inline-block; vertical-align: text-top; diff --git a/assets/stylesheets/components/_settings.scss b/assets/stylesheets/components/_settings.scss index 8afb5a3f..c1134041 100644 --- a/assets/stylesheets/components/_settings.scss +++ b/assets/stylesheets/components/_settings.scss @@ -69,10 +69,6 @@ ._setting-native-scrollbar { display: none; } @supports (-webkit-margin-end: 1px) { ._setting-native-scrollbar { display: block; } } -._reset-link { - color: $textColorRed; -} - // // Settings buttons //