undo stupid

This commit is contained in:
Levi 2024-06-12 22:30:16 +02:00
parent 346bdac453
commit 124433ba37

View file

@ -97,9 +97,6 @@
backdrop-filter: blur(10px) saturate(180%) !important; backdrop-filter: blur(10px) saturate(180%) !important;
-webkit-backdrop-filter: blur(10px) saturate(180%) !important; -webkit-backdrop-filter: blur(10px) saturate(180%) !important;
} }
.navMenuOption:hover {
background: var(--card-background-2);
}
/* --- Dialog Boxes --- */ /* --- Dialog Boxes --- */
.focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened { .focuscontainer.dialog.actionsheet-not-fullscreen.actionSheet.centeredDialog.opened {
@ -349,9 +346,6 @@ div[data-role=controlgroup] a.ui-btn-active {
.Mui-selected:hover { .Mui-selected:hover {
background-color: var(--translucent-hover-3) !important; background-color: var(--translucent-hover-3) !important;
} }
.actionSheetMenuItem..listItem:hover {
background: var(--card-background-2);
}
/* --- Rounded Corners --- */ /* --- Rounded Corners --- */
.detailButton { .detailButton {