VolkerE has uploaded a new change for review. https://gerrit.wikimedia.org/r/261098
Change subject: Align mediawiki.ui vars with CSS color guidelines ...................................................................... Align mediawiki.ui vars with CSS color guidelines Harmonizing Less variables values to all lowercase and shorthand notation throughout file Change-Id: Ib43a9a31eff4e0f2028aa099c5e49912f49ed388 --- M resources/src/mediawiki.less/mediawiki.ui/variables.less 1 file changed, 16 insertions(+), 17 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/98/261098/1 diff --git a/resources/src/mediawiki.less/mediawiki.ui/variables.less b/resources/src/mediawiki.less/mediawiki.ui/variables.less index 4b6bb48..3b4a403 100644 --- a/resources/src/mediawiki.less/mediawiki.ui/variables.less +++ b/resources/src/mediawiki.less/mediawiki.ui/variables.less @@ -11,32 +11,32 @@ @colorGray7: #777; @colorGray8: #888; @colorGray9: #999; -@colorGray10: #AAA; -@colorGray11: #BBB; -@colorGray12: #CCC; -@colorGray13: #DDD; -@colorGray14: #EEE; -@colorGray15: #F9F9F9; // lightest +@colorGray10: #aaa; +@colorGray11: #bbb; +@colorGray12: #ccc; +@colorGray13: #ddd; +@colorGray14: #eee; +@colorGray15: #f9f9f9; // lightest // Semantic background colors // Blue; for contextual use of a continuing action @colorProgressive: #347bff; -@colorProgressiveHighlight: #2962CC; -@colorProgressiveActive: #2962CC; +@colorProgressiveHighlight: #2962cc; +@colorProgressiveActive: #2962cc; // Green; for contextual use of a positive finalizing action @colorConstructive: #00af89; -@colorConstructiveHighlight: #008C6D; -@colorConstructiveActive: #008C6D; +@colorConstructiveHighlight: #008c6d; +@colorConstructiveActive: #008c6d; // Orange; for contextual use of returning to a past action -@colorRegressive: #FF5D00; +@colorRegressive: #ff5d00; // Red; for contextual use of a negative action of high severity @colorDestructive: #d11d13; -@colorDestructiveHighlight: #A7170F; -@colorDestructiveActive: #A7170F; +@colorDestructiveHighlight: #a7170f; +@colorDestructiveActive: #a7170f; // Orange; for contextual use of a potentially negative action of medium severity -@colorMediumSevere: #FF5D00; +@colorMediumSevere: #ff5d00; // Yellow; for contextual use of a potentially negative action of low severity -@colorLowSevere: #FFB50D; +@colorLowSevere: #ffb50d; // Used in mixins to darken contextual colors by the same amount (eg. focus) @colorDarkenPercentage: 13.5%; @@ -50,7 +50,7 @@ @colorButtonTextHighlight: @colorGray7; @colorButtonTextActive: @colorGray7; @colorDisabledText: @colorGray12; -@colorErrorText: #CC0000; +@colorErrorText: #c00; // UI colors @colorFieldBorder: @colorGray12; @@ -68,7 +68,6 @@ // Global border radius to be used to buttons and inputs @borderRadius: 2px; - // Icon related variables @iconSize: 1.5em; -- To view, visit https://gerrit.wikimedia.org/r/261098 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib43a9a31eff4e0f2028aa099c5e49912f49ed388 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
