Fix: Hover and active states were not working in Select View menu
This commit is contained in:
parent
2c070e21df
commit
170bb6836c
1 changed files with 4 additions and 0 deletions
|
|
@ -1468,6 +1468,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check[style*="hidden"]):active {
|
||||||
|
background-color: rgba(255, 255, 255, 0.125);
|
||||||
|
}
|
||||||
|
|
||||||
.navMenuOption {
|
.navMenuOption {
|
||||||
border-radius: var(--smallRadius) !important;
|
border-radius: var(--smallRadius) !important;
|
||||||
margin: 0em 1em !important;
|
margin: 0em 1em !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue