Update input.less

This commit is contained in:
Aresn 2018-05-21 17:26:25 +08:00 committed by GitHub
parent f2bcd4adaf
commit a450554c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
}
.active(@color: @input-hover-border-color) {
border-color: tint(@color, 20%);
outline: 0;
box-shadow: 0 0 0 2px fade(@color, 20%);
}