소스 검색

fix(device-selection): add hover color for device output test (#3254)

master
virtuacoplenny 7 년 전
부모
커밋
0dcf8ef2f6
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      css/modals/device-selection/_device-selection.scss

+ 5
- 1
css/modals/device-selection/_device-selection.scss 파일 보기

@@ -103,10 +103,14 @@
103 103
         font-size: 14px;
104 104
 
105 105
         a {
106
-            color: 4C9AFF;
106
+            color: #2684FF;
107 107
             cursor: pointer;
108 108
             text-decoration: none;
109 109
         }
110
+
111
+        a:hover {
112
+            color: #B3D4FF;
113
+        }
110 114
     }
111 115
 
112 116
     .audio-input-preview {

Loading…
취소
저장