瀏覽代碼

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

master
virtuacoplenny 7 年之前
父節點
當前提交
0dcf8ef2f6
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. 5
    1
      css/modals/device-selection/_device-selection.scss

+ 5
- 1
css/modals/device-selection/_device-selection.scss 查看文件

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

Loading…
取消
儲存