mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 01:13:22 +08:00
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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user