From a824e2b42d500c4680a6ae8855e93bccc85c55ba Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 7 Mar 2018 14:12:56 -0800 Subject: [PATCH] Start moving towards semantic CSS class names --- background.html | 6 +++--- stylesheets/_global.scss | 4 ++-- stylesheets/_settings.scss | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/background.html b/background.html index a5a4e9918..20cc4d1ad 100644 --- a/background.html +++ b/background.html @@ -619,7 +619,7 @@

{{ clearDataHeader }}

- +

{{ clearDataExplanation }}

@@ -650,8 +650,8 @@ diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 613909908..c190c3bba 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -836,11 +836,11 @@ input[type=text], input[type=search], textarea { font-size: 12pt; - &.grey { + &.neutral { color: black; background: #DEDEDE; } - &.red { + &.destructive { background: red; } diff --git a/stylesheets/_settings.scss b/stylesheets/_settings.scss index 125f1cc52..63c2da076 100644 --- a/stylesheets/_settings.scss +++ b/stylesheets/_settings.scss @@ -39,7 +39,7 @@ padding: 0 20px; margin: 0 0 20px 20px; } - .red { + .destructive { background-color: red; color: white; }