mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 12:42:06 +00:00
fix: in-app-menu bg color edge case
when item weren't initially rendered because the window was too small, but were then accessed via the arrow keys - backgrounds was missing
This commit is contained in:
@ -71,3 +71,7 @@ yt-page-navigation-progress,
|
|||||||
-moz-border-radius: 100px;
|
-moz-border-radius: 100px;
|
||||||
-webkit-border-radius: 100px;
|
-webkit-border-radius: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cet-menubar-menu-container .cet-action-item {
|
||||||
|
background-color: inherit
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user