浏览代码

Fix the hover on SelectStatus

AlexiCauvin 7 年前
父节点
当前提交
9ceaf0887b

文件差异内容过多而无法显示
+ 1 - 1
dist/tracim_lib.js


+ 1 - 1
src/component/Input/SelectStatus/SelectStatus.jsx 查看文件

40
           >
40
           >
41
             {s.label /* props.t('Input.SelectStatus.ongoing') */}
41
             {s.label /* props.t('Input.SelectStatus.ongoing') */}
42
             <div className='selectStatus__submenu__item__icon'>
42
             <div className='selectStatus__submenu__item__icon'>
43
-              <i className={`fa fa-${s.faIcon}`} />
43
+              <i className={`fa fa-fw fa-${s.faIcon}`} />
44
             </div>
44
             </div>
45
           </button>
45
           </button>
46
         )}
46
         )}

+ 0 - 8
src/component/Input/SelectStatus/SelectStatus.styl 查看文件

2
 
2
 
3
 .selectStatus
3
 .selectStatus
4
   margin-right 20px
4
   margin-right 20px
5
-  .current
6
-    color blue
7
-  .check
8
-    color green
9
-  .invalid
10
-    color red
11
-  .ban
12
-    color grey
13
   &__dropdownbtn
5
   &__dropdownbtn
14
     border 1px solid grey
6
     border 1px solid grey
15
     background-color transparent
7
     background-color transparent