fix(device-selection): add hover color for device output test (#3254)
This commit is contained in:
parent
1ee71be961
commit
0dcf8ef2f6
|
@ -103,10 +103,14 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: 4C9AFF;
|
color: #2684FF;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #B3D4FF;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-input-preview {
|
.audio-input-preview {
|
||||||
|
|
Loading…
Reference in New Issue