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:
Araxeus
2022-04-09 23:00:12 +03:00
parent b4b785d773
commit 8000a8326f

View File

@ -71,3 +71,7 @@ yt-page-navigation-progress,
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.cet-menubar-menu-container .cet-action-item {
background-color: inherit
}