ve.init.mw.MobileArticleTarget: Remove hiding keyboard shortcut hints

Now done in VE core since Ie86217ba5651df8c427464e460ed836903834a3c.

Bug: T308200
Depends-On: Ie86217ba5651df8c427464e460ed836903834a3c
Change-Id: I3f65b0bc100895f7bd2262c3cbb5231fb055758b
This commit is contained in:
Bartosz Dziewoński 2022-05-19 03:15:07 +02:00 committed by Esanders
parent 0e6c954230
commit e84718d2b1

View file

@ -96,11 +96,6 @@
width: 100%; width: 100%;
} }
/* Hide toolbar shortcuts, no use on mobile */
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel {
display: none;
}
/* Restrict width of context to tablet width */ /* Restrict width of context to tablet width */
.ve-ui-mobileContext-menu { .ve-ui-mobileContext-menu {
max-width: 995px; max-width: 995px;