mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
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:
parent
7eb836adbc
commit
14777e89ad
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue