Merge pull request 'add class .no-borders to the parent of .listview in modals' (#964) from fix/bug-50484 into develop

This commit is contained in:
Maxim Kadushkin
2026-02-10 15:22:27 +00:00

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 {