Clean up MobileFrontend overlay skin styles

Bug: T294033
Depends-on: Ibd4ef00615a1119601c729f2481ff87adaf8c86c
Change-Id: Id1c07205aec59481cc14ddb39c441fafa256e46b
This commit is contained in:
bwang 2021-11-02 10:17:36 -05:00 committed by Bernard Wang
parent f1c828e19d
commit 03387718cf
2 changed files with 0 additions and 10 deletions

View file

@ -259,9 +259,6 @@
],
"mobile.special.pagefeed.styles": [
"skinStyles/mobile.special.pagefeed.styles.less"
],
"mobile.editor.overlay": [
"skinStyles/mobile.editor.overlay.less"
]
}
},

View file

@ -1,7 +0,0 @@
.editor-overlay-ve {
// TODO: delete when accompanying MobileFrontend patch is merged
// https://gerrit.wikimedia.org/r/c/mediawiki/extensions/MobileFrontend/+/736018
.overlay-header .toolbar {
width: 100%;
}
}