Make WordPress Core


Ignore:
Timestamp:
09/01/2016 06:13:21 PM (8 years ago)
Author:
jorbin
Message:

Administration: Use #fff instead of white

Cleans up a few places where the CSS coding standards were not being followed.

Fixes #37576.
Props Presskopp, johnpgreen, netweb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors/_mixins.scss

    r34948 r38501  
    33 * highlights/shadows, based on a base color.
    44 */
    5 @mixin button( $button-color, $text-color: white ) {
     5@mixin button( $button-color, $text-color: #fff ) {
    66    background: $button-color;
    77    border-color: darken( $button-color, 10% ) darken( $button-color, 15% ) darken( $button-color, 15% );
Note: See TracChangeset for help on using the changeset viewer.