Bladeren bron

Fix the hover on SelectStatus

AlexiCauvin 6 jaren geleden
bovenliggende
commit
9ceaf0887b

Diff onderdrukt omdat het te groot bestand
+ 1 - 1
dist/tracim_lib.js


+ 1 - 1
src/component/Input/SelectStatus/SelectStatus.jsx Bestand weergeven

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

+ 0 - 8
src/component/Input/SelectStatus/SelectStatus.styl Bestand weergeven

@@ -2,14 +2,6 @@
2 2
 
3 3
 .selectStatus
4 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 5
   &__dropdownbtn
14 6
     border 1px solid grey
15 7
     background-color transparent