From 714b53037049d548df0e65e1d9ec8bc6c2aa4e77 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Tue, 19 Jun 2018 16:59:31 -0700 Subject: [PATCH] Kill the orange color --- src/Nri/Ui/Checkbox/V3.elm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/Nri/Ui/Checkbox/V3.elm b/src/Nri/Ui/Checkbox/V3.elm index da482fe6..7da7a22e 100644 --- a/src/Nri/Ui/Checkbox/V3.elm +++ b/src/Nri/Ui/Checkbox/V3.elm @@ -215,19 +215,6 @@ buildCheckbox assets modifierClasses model labelContent = Gray -> [ color Colors.gray45 ] - Orange -> - [ color Colors.ochre - , displayFlex - , alignItems center - , after - [ property "content" "''" - , width (px 26) - , height (px 24) - , marginLeft (px 8) - , backgroundImage assets PremiumUnlocked - ] - ] - Default -> [] ] @@ -450,7 +437,6 @@ type Theme type ColorTheme = Default | Gray - | Orange @@ -481,7 +467,6 @@ type CheckboxImage = CheckboxUnchecked | CheckboxChecked | CheckboxCheckedPartially - | PremiumUnlocked | PremiumFlag | PremiumLocked | PremiumKey @@ -500,9 +485,6 @@ checkboxAssetPath assets checkboxImage = CheckboxCheckedPartially -> assets.checkboxCheckedPartially_svg - PremiumUnlocked -> - assets.iconPremiumUnlocked_png - PremiumLocked -> assets.iconPremiumLocked_png