Aggiornamento librerie
This commit is contained in:
@@ -165,34 +165,6 @@ h1:focus {
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.custom_popover {
|
||||
border-radius: 5px !important;
|
||||
background-color: var(--mud-palette-drawer-background) !important;
|
||||
box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.26), 0px 0px 0px 1px rgb(255 255 255 / 25%) !important;
|
||||
color: var(--mud-palette-text-primary) !important;
|
||||
}
|
||||
|
||||
.custom_popover .mud-divider {
|
||||
border-color: var(--mud-palette-text-primary) !important;
|
||||
}
|
||||
|
||||
.custom_popover .mud-list-padding {
|
||||
padding: 3px 0px 3px 0px !important;
|
||||
}
|
||||
|
||||
.custom_popover .mud-list-item {
|
||||
padding: 5px 12px 5px 12px;
|
||||
}
|
||||
|
||||
.custom_popover .mud-menu-item-text {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.custom_popover .mud-list-item-icon {
|
||||
min-width: fit-content !important;
|
||||
padding-right: 12px !important;
|
||||
}
|
||||
|
||||
.divider {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
@@ -4,15 +4,6 @@ window.goBack = function () {
|
||||
history.back();
|
||||
};
|
||||
|
||||
// Funzione per aggiungere tabindex ai bottoni
|
||||
function addTabindexToButtons() {
|
||||
document.querySelectorAll('button.custom-plus-button').forEach(btn => {
|
||||
if (!btn.hasAttribute('tabindex')) {
|
||||
btn.setAttribute('tabindex', '0');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// Funzione per monitorare bottom-sheet-container e gestire la navbar
|
||||
function monitorBottomSheetClass(mutations) {
|
||||
const bottomSheet = document.querySelector(".bottom-sheet-container");
|
||||
|
||||
Reference in New Issue
Block a user