remove unused classes from the styleguide_app.scss file

Fixes: CNVS-23630

Test Plan:
- there is nothing to "see" on the /styleguide#colors other than
  ensuring the removal of these styles did not break anthing
- the front-facing styles were removed on CNVS-23109 and these
  class references were overlooked as far as needing to be
  removed

Change-Id: I12ce2820e5c618efbf5897cbdd989b71e69ca730
Reviewed-on: https://gerrit.instructure.com/64014
Reviewed-by: Jennifer Stern <jstern@instructure.com>
Product-Review: Jennifer Stern <jstern@instructure.com>
Tested-by: Jenkins
QA-Review: Myller de Araujo <myller@instructure.com>
This commit is contained in:
Pam Hiett 2015-09-25 07:30:22 -06:00
parent 77ec590589
commit bc4e5bc6a2
1 changed files with 0 additions and 2 deletions

View File

@ -89,7 +89,6 @@ $sg-Header-height: 85px;
border: 1px solid darken($bg-color, 10%);
}
.Colorguide-color--primary {@include colorguide($ic-brand-primary);}
.Colorguide-color--secondary {@include colorguide($ic-brand-secondary);}
.Colorguide-color--success {@include colorguide($ic-color-success);}
.Colorguide-color--neutral {@include colorguide($ic-color-neutral);}
.Colorguide-color--action {@include colorguide($ic-color-action);}
@ -100,7 +99,6 @@ $sg-Header-height: 85px;
.Colorguide-container--hc-theme {
.Colorguide-color--primary {@include colorguide(#0073ac);}
.Colorguide-color--secondary {@include colorguide(#343c44);}
.Colorguide-color--success {@include colorguide(#008a14);}
.Colorguide-color--neutral {@include colorguide(hsl(0,0,90%));}
.Colorguide-color--action {@include colorguide(#a23891);}