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

This commit is contained in:
virtuacoplenny 2018-07-13 10:08:35 -07:00 committed by GitHub
parent 1ee71be961
commit 0dcf8ef2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -103,10 +103,14 @@
font-size: 14px;
a {
color: 4C9AFF;
color: #2684FF;
cursor: pointer;
text-decoration: none;
}
a:hover {
color: #B3D4FF;
}
}
.audio-input-preview {