Kaynağa Gözat

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

master
virtuacoplenny 7 yıl önce
ebeveyn
işleme
0dcf8ef2f6
No account linked to committer's email address

+ 5
- 1
css/modals/device-selection/_device-selection.scss Dosyayı Görüntüle

@@ -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…
İptal
Kaydet