diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index 1e6dcbb633..8ebdde9622 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -409,12 +409,10 @@ .font-size-very-huge(); } - .dataview { - & > div:not([class^=ps-scrollbar]) { - border: none; - width: calc(100% - 3px); - .box-shadow(none); - } + .item { + border: none; + width: calc(100% - 3px); + .box-shadow(none); } .recent-wrap { @@ -492,7 +490,7 @@ } } - .file-name { + > div:not(:first-child) { display: block; padding-left: 10px; overflow: hidden; @@ -501,12 +499,8 @@ } .file-info { - display: block; - padding-left: 10px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - color: #999; + color: @text-secondary-ie; + color: @text-secondary; } } } diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index 9652060c62..2a34eb55fe 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -497,12 +497,10 @@ .font-size-very-huge(); } - .dataview { - & > div:not([class^=ps-scrollbar]) { - border: none; - width: calc(100% - 3px); - .box-shadow(none); - } + .item { + border: none; + width: calc(100% - 3px); + .box-shadow(none); } .recent-wrap { @@ -577,7 +575,7 @@ } } - .file-name { + > div:not(:first-child) { display: block; padding-left: 10px; overflow: hidden; @@ -586,12 +584,8 @@ } .file-info { - display: block; - padding-left: 10px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - color: #999; + color: @text-secondary-ie; + color: @text-secondary; } } }