Fix expanded menu (restore missing lines in help.less)

This commit is contained in:
Svetlana Maleeva 2023-10-16 13:32:15 +03:00
parent c0ac39fbc6
commit b21b31974c

View File

@ -3131,6 +3131,7 @@ span.label {
.leftmenu_documenteditor_toggle_expand_menu,
.leftmenu_spreadsheeteditor_toggle_expand_menu,
.leftmenu_presentationeditor_toggle_expand_menu,
.leftmenu_pdfeditor_toggle_expand_menu,
.documenteditor_ui_expand_menu,
.documenteditor_hh_expand_menu,
.presentationeditor_expand_menu,
@ -3139,6 +3140,9 @@ span.label {
.spreadsheeteditor_expand_menu,
.spreadsheeteditor_ui_expand_menu,
.spreadsheeteditor_hh_expand_menu,
.pdfeditor_expand_menu,
.pdfeditor_ui_expand_menu,
.pdfeditor_hh_expand_menu,
.mobileprojects_expand_menu,
.mob_docs_android_expand_menu,
.mobiledocuments_android_expand_menu,
@ -3160,12 +3164,15 @@ span.label {
div.description .MainHelpCenter .leftmenu_documenteditor_toggle_expand_menu,
div.description .MainHelpCenter .leftmenu_spreadsheeteditor_toggle_expand_menu,
div.description .MainHelpCenter .leftmenu_presentationeditor_toggle_expand_menu,
div.description .MainHelpCenter .leftmenu_pdfeditor_toggle_expand_menu,
div.description .MainHelpCenter .documenteditor_ui_expand_menu,
div.description .MainHelpCenter .documenteditor_hh_expand_menu,
div.description .MainHelpCenter .spreadsheeteditor_ui_expand_menu,
div.description .MainHelpCenter .spreadsheeteditor_hh_expand_menu,
div.description .MainHelpCenter .presentationeditor_ui_expand_menu,
div.description .MainHelpCenter .presentationeditor_hh_expand_menu,
div.description .MainHelpCenter .pdfeditor_ui_expand_menu,
div.description .MainHelpCenter .pdfeditor_hh_expand_menu,
.mobilegettingstartedpages .mobiledocuments_expand_menu,
.mobileappspage .mobiledocuments_expand_menu,
.mobileguidespages .mobiledocuments_expand_menu,
@ -3200,6 +3207,9 @@ div.description .MainHelpCenter .presentationeditor_hh_expand_menu,
.presentationeditor .presentationeditor_expand_menu,
.presentationeditor_ui .presentationeditor_ui_expand_menu,
.presentationeditor_hh .presentationeditor_hh_expand_menu,
.pdfeditor .pdfeditor_expand_menu,
.pdfeditor_ui .pdfeditor_ui_expand_menu,
.pdfeditor_hh .pdfeditor_hh_expand_menu,
.mob_docs_ios .mobileprojects_expand_menu,
.mobile_document_editor .mobileprojects_expand_menu,
.mobile_se .mobileprojects_expand_menu,
@ -3327,7 +3337,7 @@ h2.MainHCPage {
}
.text-content {
.sm_document, .sm_spreadsheet, .sm_presentation {
.sm_document, .sm_spreadsheet, .sm_presentation, .sm_pdf {
&:after {
display: inline-block;
margin: 0 0 0 5px;
@ -3375,6 +3385,12 @@ h2.MainHCPage {
}
}
.sm_editors.sm_pdf {
&:after {
content: ' (PDF Editor)';
}
}
.sm_saas.sm_people {
&:after {
content: ' (People Module)';