Merge pull request #6633 from Tainan404/issue-6592
Fix audio test play button.
This commit is contained in:
commit
88df7450a5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user