• dbeam's avatar
    Drop the -webkit prefix from user-select CSS rule in ui/. · 602d5018
    dbeam authored
    It's been implemented as just "user-select" since Chrome 54.
    
    This was accomplished with:
    
    for type in none text auto; do
      git gs "\-webkit-user-select: $type;" -l | \
          xargs perl -p -i -e "s/-webkit-user-select: $type;/user-select: $type;/g"
    done
    
    And a bunch of manual alpha sorting of rules :(.
    
    R=fukino@chromium.org
    BUG=none
    CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
    
    Review-Url: https://codereview.chromium.org/2621993006
    Cr-Commit-Position: refs/heads/master@{#443151}
    602d5018
dialogs.css 2.75 KB