ve.init.mw.MobileArticleTarget: Fix keyboard shortcuts to be hidden

This should have been done at the same time as
e1635fdc52.

Bug: T203659
Change-Id: I4aef8f5755b2e3dece33125ec9d354e58985c525
This commit is contained in:
Bartosz Dziewoński 2018-09-17 22:05:50 +02:00
parent 7eb836adbc
commit 14777e89ad

View file

@ -39,7 +39,7 @@
}
/* Hide toolbar shortcuts, no use on mobile */
.oo-ui-popupToolGroup .oo-ui-tool-link .oo-ui-tool-accel {
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel {
display: none;
}