Comment MonoBook fixes which are actually Apex fixes

Change-Id: I44ddc7ad4cef556b71fb3f6710d92500dfd4e9ac
This commit is contained in:
Ed Sanders 2024-02-13 13:54:38 +00:00
parent 533dc4ca27
commit c99e07881d

View file

@ -68,6 +68,7 @@
margin: 1em 0;
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
// OOUI Apex theme
.skin-monobook & {
box-shadow: 0 0.2em 1em rgba( 0, 0, 0, 0.3 );
}
@ -140,6 +141,7 @@
}
.ext-discussiontools-ui-modeTab {
// OOUI Apex theme
.skin-monobook & {
margin-top: 0;
}