mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-22 17:49:34 +00:00
Fix: Removed the border from selected items in nav drawer for a cleaner look
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user