Fix: Removed the border from selected items in nav drawer for a cleaner look
This commit is contained in:
parent
889ea80bc5
commit
e08c4510fe
1 changed files with 3 additions and 3 deletions
|
|
@ -1364,7 +1364,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.Mui-selected {
|
||||
background-color: var(--activeColor) !important;
|
||||
border: var(--defaultLighterBorder) !important;
|
||||
/* border: var(--defaultLighterBorder) !important; */
|
||||
}
|
||||
|
||||
.actionSheetContent {
|
||||
|
|
@ -1380,7 +1380,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) {
|
||||
background-color: var(--highlightOutlineColor);
|
||||
background-color: var(--activeColor);
|
||||
}
|
||||
|
||||
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) .listItemIcon.material-icons.check {
|
||||
|
|
@ -1407,7 +1407,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.navMenuOption-selected {
|
||||
background-color: var(--activeColor) !important;
|
||||
border: var(--defaultLighterBorder);
|
||||
/* border: var(--defaultLighterBorder); */
|
||||
}
|
||||
|
||||
.detailSection {
|
||||
|
|
|
|||
Loading…
Reference in a new issue