From db894732ac5a2feca6b5d548d330fb202829ee37 Mon Sep 17 00:00:00 2001 From: Polina Date: Mon, 9 Feb 2026 14:25:56 +0300 Subject: [PATCH] set transparent border color of .listview > .item --- apps/common/main/lib/component/Window.js | 2 -- apps/common/main/resources/less/listview.less | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/common/main/lib/component/Window.js b/apps/common/main/lib/component/Window.js index 3f2d2a26ad..595f00bbba 100644 --- a/apps/common/main/lib/component/Window.js +++ b/apps/common/main/lib/component/Window.js @@ -837,8 +837,6 @@ define([ this.$window.show(); } - this.$window.find('.listview').parent().addClass('no-borders'); - $(document).on('keydown.' + this.cid, this.binding.keydown); if(this.initConfig.automove || this.initConfig.autoPosOnResize != 'none'){ this.binding.windowresize = _.bind(_onResizeWindow, this); diff --git a/apps/common/main/resources/less/listview.less b/apps/common/main/resources/less/listview.less index 8c4d7a423d..f8c7807133 100644 --- a/apps/common/main/resources/less/listview.less +++ b/apps/common/main/resources/less/listview.less @@ -40,12 +40,10 @@ background-color: @background-normal-ie; background-color: @background-normal; - border-color: @border-regular-control-ie; - border-color: @border-regular-control; border-style: solid; border-width: @scaled-one-px-value-ie 0; border-width: @scaled-one-px-value 0; - border-top-color: transparent; + border-color: transparent; } &:not(.disabled) > .item {