Make WordPress Core


Ignore:
Timestamp:
12/01/2020 07:07:43 PM (5 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Sync the latest changes for 5.6 RC2.

This will be the final sync from GitHub before placing that repository into read-only mode. All further changes should now flow entirely through Trac.

For a full list of changes since [49633], see https://github.com/WordPress/twentytwentyone/compare/1d5a895...53acd9b.

Props poena, luminuu, kjellr, ryelle, allancole, melchoyce, felipeelia, aljullu, kebbet, chaton666, Clorith, mkaz, ingereck, paaljoachim.
See #51526.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss

    r49574 r49726  
    3535        background: var(--global--color-white-90);
    3636    }
    37 
    3837}
    3938
     
    217216        -webkit-appearance: none;
    218217        border: 3px solid var(--form--color-ranged);
    219         height: 25px;
    220         width: 25px;
     218        height: 44px;
     219        width: 44px;
    221220        border-radius: 50%;
    222221        background: var(--global--color-background);
     
    226225    input[type="range"]::-moz-range-thumb {
    227226        border: 3px solid var(--form--color-ranged);
    228         height: 25px;
    229         width: 25px;
     227        height: 44px;
     228        width: 44px;
    230229        border-radius: 50%;
    231230        background: var(--global--color-background);
    232231        cursor: pointer;
     232        box-sizing: border-box;
    233233    }
    234234}
     
    257257input[type="range"]::-ms-thumb {
    258258    border: 3px solid var(--form--color-ranged);
    259     height: 25px;
    260     width: 25px;
     259    height: 44px;
     260    width: 44px;
    261261    border-radius: 50%;
    262262    background: var(--global--color-background);
Note: See TracChangeset for help on using the changeset viewer.