jsdialog: hide unused linkbutton

this is shown after commit cf0a6f4
jsdialog: add "linkbutton" as an independent widget

it wasn't there before

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ibdf8a9eb7f226740c11e8a34c16c7be4177576e6
pull/8963/head
Szymon Kłos 2024-05-05 16:18:17 +02:00 committed by Szymon Kłos
parent a6b3961c50
commit c817690f8d
1 changed files with 2 additions and 1 deletions

View File

@ -289,7 +289,8 @@ button#button2.ui-pushbutton.jsdialog.sidebar {
/* not available commands*/
.sidebar #orientationcontrol,
.sidebar #rotation {
.sidebar #rotation,
.sidebar #rotatemenu {
visibility: hidden;
}