Making WordPress.org


Ignore:
Timestamp:
08/13/2020 11:43:14 PM (6 years ago)
Author:
coreymckrill
Message:

WordPress.org Learn: Sync with GitHub

https://github.com/WordPress/learn/compare/1accd3db38a60230689bdc157f9e82081d35d163...38e7793fd20434d72ca898988d017ba2009fb677

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/base/_select.scss

    r10131 r10169  
    44    display: inline-block;
    55    box-sizing: border-box;
    6     padding: 0.5rem 2rem 0.5rem .8rem;
     6    padding: 0.5rem 2rem 0.5rem 0.8rem;
    77    width: auto;
    88
     
    1818
    1919    background-color: transparent;
     20    /* stylelint-disable-next-line function-url-quotes */
    2021    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width="14" height="8" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 0L7 5L12 0L14 1L7 8L0 1L2 0Z" fill="%23555D66"/%3E%3C/svg%3E%0A');
    2122    background-repeat: no-repeat;
    22     background-position: right .7em top 50%;
    23     background-size: .65em auto;
     23    background-position: right 0.7em top 50%;
     24    background-size: 0.65em auto;
    2425
    2526    &::-ms-expand {
     
    2829
    2930    &:focus {
    30         box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
     31        box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    3132        box-shadow: 0 0 0 3px -moz-mac-focusring;
    3233        color: #222;
     
    3435    }
    3536
    36     & option {
    37         font-weight: normal;
     37    option {
     38        font-weight: 400;
    3839    }
    3940}
Note: See TracChangeset for help on using the changeset viewer.