Commit a450554c3a9bd6990855142e4933bb8da8e9d465

Authored by Aresn
Committed by GitHub
1 parent f2bcd4ad

Update input.less

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/styles/mixins/input.less
... ... @@ -6,6 +6,7 @@
6 6 }
7 7  
8 8 .active(@color: @input-hover-border-color) {
  9 + border-color: tint(@color, 20%);
9 10 outline: 0;
10 11 box-shadow: 0 0 0 2px fade(@color, 20%);
11 12 }
... ...