Skip to content
Snippets Groups Projects
Unverified Commit 88df7450 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #6633 from Tainan404/issue-6592

Fix audio test play button.
parents bad30253 177c5cb2
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment