Button text is now always unselectable
authorAlexander Ebert <ebert@woltlab.com>
Fri, 17 Jun 2016 11:10:38 +0000 (13:10 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 17 Jun 2016 11:10:38 +0000 (13:10 +0200)
wcfsetup/install/files/style/ui/button.scss

index 587ebf9af279efb7d359df1c30f9c3f4d3db9271..3a0f8b3756f936b01501467ee205e80dd1736cd7 100644 (file)
@@ -22,6 +22,8 @@ a.button { // a.button is required to override link formatting, such as drop-dow
        // removes UA styling enforced by Safari on iOS
        -webkit-appearance: none;
        
+       @include userSelectNone;
+       
        .icon {
                color: inherit;
        }