Skip to content

Commit 8fc9798

Browse files
committed
Adjust navigation buttons in floating player
1 parent c469f36 commit 8fc9798

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui/scss/component/_content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,10 @@
729729
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15) !important;
730730
background: rgba(0, 0, 0, 0.4) !important;
731731
border-radius: 50% !important;
732+
733+
&:hover {
734+
background: rgba(0, 0, 0, 0.6) !important;
735+
}
732736
}
733737

734738
@media (max-width: $breakpoint-small) {

0 commit comments

Comments
 (0)