Browse Source

Fix the hover on SelectStatus

AlexiCauvin 6 years ago
parent
commit
9ceaf0887b

File diff suppressed because it is too large
+ 1 - 1
dist/tracim_lib.js


+ 1 - 1
src/component/Input/SelectStatus/SelectStatus.jsx View File

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 View File

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