Skip to content

Commit 0d78de6

Browse files
committed
#1 解决样式被bootstrap覆盖的问题。
1 parent 0861db3 commit 0d78de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/magic-input.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import './mixins'
22

3-
.mgc{
3+
input[type="checkbox"].mgc{
44
input-checkbox()
55
input-checkbox-color(#fff,#d7d7d7,#414141)
66
}
@@ -45,7 +45,7 @@
4545
}
4646

4747

48-
.mgr{
48+
input[type="radio"].mgr{
4949
input-radio()
5050
input-radio-color(#fff,#555555)
5151
}

0 commit comments

Comments
 (0)