Calc: sidebar: Hide Styles dialog button
This button does nothing (Sidebar: Style: dialog button [square with arrow]) - There is no paragraph style dialog in calc - The style sidebar pane visible on core side is not implemented in online Better to hide it for now. Fixes https://github.com/CollaboraOnline/online/issues/8135 Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I62db3ec6466782a9dc2cb89deffec8023851de2d
This commit is contained in:
parent
5432562801
commit
8f97c50869
1 changed files with 8 additions and 0 deletions
|
@ -220,3 +220,11 @@
|
|||
#toolbar-wrapper.spreadsheet.tablet.readonly {
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
/* Sidebar: Style: Hide dialog button
|
||||
- There is no paragraph style dialog in calc
|
||||
- The style sidebar pane visible on core side is not implemented in online
|
||||
*/
|
||||
.spreadsheet ~ #main-document-content #sidebar-dock-wrapper .unoEditStyle.sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue