Index: wp-admin/css/colors/_admin.scss
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-admin/css/colors/_admin.scss	(revision 26871)
+++ wp-admin/css/colors/_admin.scss	(revision )
@@ -1,15 +1,44 @@
-
 @import 'variables';
 @import 'mixins';
 
+/**
+ * Table of Contents
+ *
+ * 0.0 Base
+ * 1.0 Links
+ * 2.0 Forms
+ * 3.0 Core UI
+ * 4.0 List tables
+ * 5.0 Admin Menu
+ * 	5.1 Submenu
+ * 	5.2 Current
+ * 	5.3 Bubble
+ * 	5.4 Collapse button
+ * 6.0 Admin Bar
+ * 	6.1 Submenu
+ * 	6.2 Search
+ * 	6.3 My Account
+ * 7.0 Pointers
+ * 8.0 Media Uploader
+ * 9.0 Themes
+ * 10.0 jQuery UI Slider
+ * 11.0 Thickbox: Plugin information
+ * 12.0 Responsive Component
+ * 13.0 Miscellaneous
+ */
 
+/**
+ * 0.0 Base
+ */
+
 html {
 	background: $body-background;
 }
 
+/**
+ * 1.0 Links
+ */
 
-/* Links */
-
 a {
 	color: $link;
 
@@ -29,50 +58,57 @@
 	color: $link-focus;
 }
 
+/**
+ * 2.0 Forms
+ */
 
-/* Forms */
-
-input[type=checkbox]:checked:before {
+input[type="checkbox"]:checked:before {
-    color: $form-checked;
+	color: $form-checked;
 }
 
-input[type=radio]:checked:before {
+input[type="radio"]:checked:before {
-    background: $form-checked;
+	background: $form-checked;
 }
 
-.wp-core-ui input[type="reset"]:hover,
-.wp-core-ui input[type="reset"]:active {
+.wp-core-ui input[type="reset"] {
+	&:hover,
+	&:active {
-	color: $link-focus;
-}
+		color: $link-focus;
+	}
+}
 
+/**
+ * 3.0 Core UI
+ */
 
-/* Core UI */
-
 .wp-core-ui {
 	.button-primary {
-		@include button( $button-color );
+		@include button($button-color);
 	}
 
 	.wp-ui-primary {
-		color: $text-color;
 		background-color: $base-color;
+		color: $text-color;
 	}
+
 	.wp-ui-text-primary {
 		color: $base-color;
 	}
 
 	.wp-ui-highlight {
-		color: $menu-highlight-text;
 		background-color: $menu-highlight-background;
+		color: $menu-highlight-text;
 	}
+
 	.wp-ui-text-highlight {
 		color: $menu-highlight-background;
 	}
 
 	.wp-ui-notification {
-		color: $menu-bubble-text;
 		background-color: $menu-bubble-background;
+		color: $menu-bubble-text;
 	}
+
 	.wp-ui-text-notification {
 		color: $menu-bubble-background;
 	}
@@ -82,15 +118,16 @@
 	}
 }
 
+/**
+ * 4.0 List tables
+ */
 
-/* List tables */
-
 .wrap .add-new-h2:hover,
 #add-new-comment a:hover,
 .tablenav .tablenav-pages a:hover,
 .tablenav .tablenav-pages a:focus {
-	color: $menu-text;
 	background-color: $menu-background;
+	color: $menu-text;
 }
 
 .view-switch a.current:before {
@@ -104,49 +141,53 @@
 .post-com-count:hover:after {
 	border-top-color: $menu-background;
 }
+
 .post-com-count:hover span {
-	color: $menu-text;
 	background-color: $menu-background;
+	color: $menu-text;
 }
 
 strong .post-com-count:after {
 	border-top-color: $menu-bubble-background;
 }
+
 strong .post-com-count span {
 	background-color: $menu-bubble-background;
 }
 
+/**
+ * 5.0 Admin Menu
+ */
 
-/* Admin Menu */
-
 #adminmenuback,
 #adminmenuwrap,
 #adminmenu {
 	background: $menu-background;
 }
 
-#adminmenu a {
+#adminmenu {
+	a {
-	color: $menu-text;
-}
+		color: $menu-text;
+	}
 
-#adminmenu div.wp-menu-image:before {
+	.wp-menu-image:before {
-	color: $menu-icon;
-}
+		color: $menu-icon;
+	}
 
-#adminmenu a:hover,
-#adminmenu li.menu-top:hover,
-#adminmenu li.opensub > a.menu-top,
-#adminmenu li > a.menu-top:focus {
-	color: $menu-highlight-text;
+	a:hover,
+	li.menu-top:hover,
+	li.opensub > a.menu-top,
+	li > a.menu-top:focus {
-	background-color: $menu-highlight-background;
+		background-color: $menu-highlight-background;
+		color: $menu-highlight-text;
-}
+	}
 
-#adminmenu li.menu-top:hover div.wp-menu-image:before,
-#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
+	li.menu-top:hover .wp-menu-image:before,
+	li.opensub > a.menu-top div.wp-menu-image:before {
-	color: $menu-highlight-icon;
-}
+		color: $menu-highlight-icon;
+	}
+}
 
-
 /* Active tabs use a bottom border color that matches the page background color. */
 
 .about-wrap h2 .nav-tab-active,
@@ -155,9 +196,10 @@
 	border-bottom-color: $body-background;
 }
 
+/**
+ * 5.1 Admin Menu: submenu
+ */
 
-/* Admin Menu: submenu */
-
 #adminmenu .wp-submenu,
 #adminmenu .wp-has-current-submenu .wp-submenu,
 #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
@@ -181,27 +223,30 @@
 #adminmenu .wp-has-current-submenu.opensub .wp-submenu a {
 	color: $menu-submenu-text;
 
-	&:focus, &:hover {
+	&:focus,
+	&:hover {
 		color: $menu-submenu-focus-text;
 	}
 }
 
+/**
+ * 5.2 Admin Menu: current
+ */
 
-/* Admin Menu: current */
-
 #adminmenu .wp-submenu li.current a,
 #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a,
 #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a {
 	color: $menu-submenu-current-text;
 
-	&:hover, &:focus {
+	&:hover,
+	&:focus {
 		color: $menu-submenu-focus-text;
 	}
 }
 
 ul#adminmenu a.wp-has-current-submenu:after,
 ul#adminmenu > li.current > a.current:after {
-    border-right-color: $body-background;
+	border-right-color: $body-background;
 }
 
 #adminmenu li.current a.menu-top,
@@ -216,48 +261,51 @@
 	color: $menu-current-icon;
 }
 
+/**
+ * 5.3 Admin Menu: bubble
+ */
 
-/* Admin Menu: bubble */
-
 #adminmenu .awaiting-mod,
 #adminmenu .update-plugins {
-	color: $menu-bubble-text;
 	background: $menu-bubble-background;
+	color: $menu-bubble-text;
 }
 
 #adminmenu li.current a .awaiting-mod,
 #adminmenu li a.wp-has-current-submenu .update-plugins,
 #adminmenu li:hover a .awaiting-mod,
 #adminmenu li.menu-top:hover > a .update-plugins {
-	color: $menu-bubble-current-text;
 	background: $menu-bubble-current-background;
+	color: $menu-bubble-current-text;
 }
 
+/**
+ * 5.4 Admin Menu: collapse button
+ */
 
-/* Admin Menu: collapse button */
-
 #collapse-menu {
-    color: $menu-collapse-text;
+	color: $menu-collapse-text;
 }
 
 #collapse-menu:hover {
-    color: $menu-collapse-focus-text;
+	color: $menu-collapse-focus-text;
 }
 
 #collapse-button div:after {
-    color: $menu-collapse-icon;
+	color: $menu-collapse-icon;
 }
 
 #collapse-menu:hover #collapse-button div:after {
-    color: $menu-collapse-focus-icon;
+	color: $menu-collapse-focus-icon;
 }
 
+/**
+ * 6.0 Admin Bar
+ */
 
-/* Admin Bar */
-
 #wpadminbar {
-	color: $menu-text;
 	background: $menu-background;
+	color: $menu-text;
 }
 
 #wpadminbar .ab-item,
@@ -280,8 +328,8 @@
 #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
 #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item,
 #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
-	color: $menu-submenu-focus-text;
 	background: $menu-submenu-background;
+	color: $menu-submenu-focus-text;
 }
 
 #wpadminbar > #wp-toolbar li:hover span.ab-label,
@@ -297,9 +345,10 @@
 	color: $menu-highlight-icon;
 }
 
+/**
+ * 6.1 Admin Bar: submenu
+ */
 
-/* Admin Bar: submenu */
-
 #wpadminbar .menupop .ab-sub-wrapper {
 	background: $menu-submenu-background;
 }
@@ -346,29 +395,36 @@
 	color: $menu-submenu-focus-text;
 }
 
+/**
+ * 6.2 Admin Bar: search
+ */
 
-/* Admin Bar: search */
-
 #wpadminbar #adminbarsearch:before {
 	color: $menu-icon;
 }
 
 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
-	color: $menu-text;
 	background: $adminbar-input-background;
+	color: $menu-text;
 }
 
-#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder { color: $menu-text; opacity: .7; }
-#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder { color: $menu-text; opacity: .7; }
-#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder { color: $menu-text; opacity: .7; }
-#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder { color: $menu-text; opacity: .7; }
+#wpadminbar #adminbarsearch .adminbar-input {
+	&::-webkit-input-placeholder,
+	&:-moz-placeholder,
+	&::-moz-placeholder,
+	&:-ms-input-placeholder {
+		color: $menu-text;
+		opacity: 0.7;
+	}
+}
 
+/**
+ * 6.3 Admin Bar: my account
+ */
 
-/* Admin Bar: my account */
-
 #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
-	border-color: $adminbar-avatar-frame;
 	background-color: $adminbar-avatar-frame;
+	border-color: $adminbar-avatar-frame;
 }
 
 #wpadminbar #wp-admin-bar-user-info .display-name {
@@ -383,9 +439,10 @@
 	color: $menu-submenu-text;
 }
 
+/**
+ * 7.0 Pointers
+ */
 
-/* Pointers */
-
 .wp-pointer .wp-pointer-content h3 {
 	background-color: $highlight-color;
 }
@@ -399,9 +456,10 @@
 	border-bottom-color: $highlight-color;
 }
 
+/**
+ * 8.0 Media Uploader
+ */
 
-/* Media Uploader */
-
 .media-item .bar,
 .media-progress-bar div {
 	background-color: $highlight-color;
@@ -416,9 +474,10 @@
 	box-shadow: 0 0 0 1px #fff, 0 0 0 2px $highlight-color;
 }
 
+/**
+ * 9.0 Themes
+ */
 
-/* Themes */
-
 .theme-browser .theme.active .theme-name,
 .theme-browser .theme.add-new-theme:hover:after {
 	background: $highlight-color;
@@ -434,18 +493,22 @@
 	background: $highlight-color;
 }
 
-/* jQuery UI Slider */
+/**
+ * 10.0 jQuery UI Slider
+ */
 
 .wp-slider .ui-slider-handle,
 .wp-slider .ui-slider-handle.ui-state-hover,
 .wp-slider .ui-slider-handle.focus {
 	background: $button-color;
-	border-color: darken( $button-color, 10% );
+	border-color: darken($button-color, 10%);
-	-webkit-box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
-	box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
+	-webkit-box-shadow: inset 0 1px 0 lighten($button-color, 15%), 0 1px 0 rgba(0, 0, 0, 0.15);
+	box-shadow: inset 0 1px 0 lighten($button-color, 15%), 0 1px 0 rgba(0, 0, 0, 0.15);
 }
 
-/* Thickbox: Plugin information */
+/**
+ * 11.0 Thickbox: Plugin information
+ */
 
 #sidemenu a.current {
 	background: $body-background;
@@ -456,22 +519,27 @@
 	background: $button-color;
 }
 
-/* Responsive Component */
+/**
+ * 12.0 Responsive Component
+ */
 
-div#wp-responsive-toggle a:before {
+#wp-responsive-toggle a:before {
 	color: $menu-icon;
 }
 
-.wp-responsive-open div#wp-responsive-toggle a {
+.wp-responsive-open #wp-responsive-toggle a {
 	// ToDo: make inset border
-	border-color: transparent;
 	background: $menu-highlight-background;
+	border-color: transparent;
 }
 
-.star-rating .star {
-	color: $highlight-color;
-}
-
 .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
 	background: $menu-submenu-background;
+}
+
+/**
+ * 13.0 Miscellaneous
+ */
+.star-rating .star {
+	color: $highlight-color;
 }
