Make WordPress Core


Ignore:
Timestamp:
03/04/2019 10:01:10 PM (6 years ago)
Author:
afercia
Message:

Coding standards: Fix incorrect CSS rgba() values.

Also, fixes some indentation where spaces were used instead of tabs.

Props nielslange, mukesh27.
Fixes #45937.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-widgets.php

    r43571 r44791  
    11521152        .widget-customizer-highlighted-widget {
    11531153            outline: none;
    1154             -webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
    1155             box-shadow: 0 0 2px rgba(30,140,190,0.8);
     1154            -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
     1155            box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
    11561156            position: relative;
    11571157            z-index: 1;
Note: See TracChangeset for help on using the changeset viewer.