ソースを参照

Fix the hover on SelectStatus

AlexiCauvin 6 年 前
コミット
9ceaf0887b
共有3 個のファイルを変更した2 個の追加10 個の削除を含む
  1. 1 1
      dist/tracim_lib.js
  2. 1 1
      src/component/Input/SelectStatus/SelectStatus.jsx
  3. 0 8
      src/component/Input/SelectStatus/SelectStatus.styl

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


+ 1 - 1
src/component/Input/SelectStatus/SelectStatus.jsx ファイルの表示

@@ -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 ファイルの表示

@@ -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