소스 검색

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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