Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Theme color updates and message colors #372

Merged
merged 8 commits into from
Feb 24, 2016
Merged

Conversation

mikewheaton
Copy link
Contributor

The changes here look more extensive than they are – I mostly just changed the order of the message colors (info, success, alert, warning) and made sure that "orangeLighter" is moved in with the other accent colors.

The message colors have been an undocumented feature of Fabric. This pull request is just to tidy up the mixins and classes to prepare for documenting them. There are no new classes or changes to the message colors.

For the theme colors, secondary, tertiary, and light have all changed slightly.

@mikewheaton
Copy link
Contributor Author

Message colors have been added to the documentation site.

@mikewheaton mikewheaton changed the title Message colors Theme color updates and message colors Feb 21, 2016
@mikewheaton
Copy link
Contributor Author

Updated the changed theme colors for the documentation site.

$ms-color-error: $ms-color-redDark;
$ms-color-errorBackground: #fde7e9;
$ms-color-info: $ms-color-green;
$ms-color-infoBackground: $ms-color-neutralLighter;
$ms-color-success: $ms-color-green;
$ms-color-successBackground: #dff6dd;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be in a variable instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What should be in a variable?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The successBackground & errorBackground (not shown in the above code snippit)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see. Those actually are variables and are with the others in _Fabric.Color.Variables.scss. It's just that some of the other message color variables are mapped to existing colors, and those two values are specific to messages.

@notandrew
Copy link
Contributor

looks good

mikewheaton pushed a commit that referenced this pull request Feb 24, 2016
Theme color updates and message colors
@mikewheaton mikewheaton merged commit b396b31 into master Feb 24, 2016
@mikewheaton mikewheaton deleted the miwhea/color-updates branch May 7, 2016 05:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants