Make WordPress Core


Ignore:
Timestamp:
10/09/2015 12:24:36 AM (9 years ago)
Author:
helen
Message:

Revisions: Update slider handle styling.

This brings them in line with updated buttons as done in [34948] for #31459. It also gives it secondary action styling as opposed to primary, as restoring is considered the primary action.

props hugobaeta.
fixes #34220.

File:
1 edited

Legend:

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

    r33453 r34976  
    485485}
    486486
    487 /* jQuery UI Slider */
    488 
    489 .wp-slider .ui-slider-handle,
    490 .wp-slider .ui-slider-handle.ui-state-hover,
    491 .wp-slider .ui-slider-handle.focus {
    492     background: $button-color;
    493     border-color: darken( $button-color, 10% );
    494     box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
    495 }
    496 
    497487/* Responsive Component */
    498488
Note: See TracChangeset for help on using the changeset viewer.