MediaWiki:Mobile.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
Test. Seems like this bit of code might be breaking the code which follows.
No edit summary
(Test. Seems like this bit of code might be breaking the code which follows.)
Tags: Reverted Mobile edit Mobile web edit
Line 514: Line 514:
}
}


/* hide the arrows on the menu buttons on Safari (and other WebKit-based browsers) */
details.citizen-menu__dropdown summary::-webkit-details-marker {
display: none;
}


/*  =-=-=-=-=-=-=-=-=-=-=-=
/*  =-=-=-=-=-=-=-=-=-=-=-=
Line 1,118: Line 1,114:
     background: var(--primary-13);
     background: var(--primary-13);
     color: var(--text-color-2);
     color: var(--text-color-2);
}
/* Keep this at the bottom */
/* Hide the arrows on the menu buttons on Safari (and other WebKit-based browsers) */
details.citizen-menu__dropdown summary::-webkit-details-marker {
display: none;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.