Merge "mediawiki.ui: Align `.mw-ui-input:focus` to design spec"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 28 Jun 2016 18:15:05 +0000 (18:15 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 28 Jun 2016 18:15:05 +0000 (18:15 +0000)
resources/src/mediawiki.ui/components/inputs.less

index f8d283a..76fee23 100644 (file)
        }
 
        &:focus {
-               box-shadow: inset 0 0 0 2px @colorProgressive;
-               // Color being used to match inset shadow, not semantic reasons
                border-color: @colorProgressive;
-               // Remove focus glow on input[type="search"]
+               box-shadow: inset 0 0 0 1px @colorProgressive;
                outline: 0;
        }