BUGFIX: fix bug in back-to-top button caused by style conflicts
This commit is contained in:
parent
09cc120ccc
commit
dff0a29698
1 changed files with 4 additions and 4 deletions
|
@ -58,17 +58,17 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fas {
|
.audio-player .fas {
|
||||||
color: #5781b2;
|
color: #5781b2;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
transition: all 0.3s ease-in;
|
transition: all 0.3s ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fas:hover {
|
.audio-player .fas:hover {
|
||||||
filter: brightness(80%);
|
filter: brightness(80%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.play-button {
|
.play-button {
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue