Merge pull request #6633 from Tainan404/issue-6592

Fix audio test play button.
This commit is contained in:
Anton Georgiev 2019-01-24 11:22:49 -05:00 committed by GitHub
commit 88df7450a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
.testAudioBtn {
--hover-color: #0c5cb2;
margin: 0 !important;
background-color: transparent;
color: var(--color-primary);
font-weight: normal;
@ -16,6 +16,7 @@
&:hover,
&:focus,
&:active {
border: none;
background-color: transparent !important;
color: var(--hover-color) !important;
i {