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
43d3eb1beaa0ea70c19ff307bc7562565a802a58
Authored by
Aresn
2018-11-02 10:09:47 +0800
Committed by
GitHub
2018-11-02 10:09:47 +0800
1 parent
11d8490e
Update switch.less
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/styles/components/switch.less
Inline
Side-by-side
src/styles/components/switch.less
Wrap text
Show/Hide comments
View file @
43d3eb1
...
...
@@ -166,7 +166,7 @@
166
166
}
167
167
}
168
168
169
- &-disabled
.
&-checked{
169
+ &-disabled
&-checked{
170
170
border-color: @primary-color;
171
171
background-color: @primary-color;
172
172
opacity: .4;
...
...