set transparent border color of .listview > .item

This commit is contained in:
Polina
2026-02-09 14:25:56 +03:00
committed by Maxim Kadushkin
parent 2b244a177b
commit db894732ac
2 changed files with 1 additions and 5 deletions

View File

@ -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);

View File

@ -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 {