other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a450554c3a9bd6990855142e4933bb8da8e9d465
Authored by
Aresn
2018-05-21 17:26:25 +0800
Committed by
GitHub
2018-05-21 17:26:25 +0800
1 parent
f2bcd4ad
Update input.less
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/styles/mixins/input.less
Inline
Side-by-side
src/styles/mixins/input.less
Wrap text
Show/Hide comments
View file @
a450554
...
...
@@ -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
}
...
...