We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reproduce: Create dx-tree-list component with enabled load panel
dx-tree-list
<dx-tree-list> <dxo-load-panel [enabled]="true" ></dxo-load-panel> </dx-tree-list>
loading icon is completely white because borders are set to none
none
contentnode-ui/node_modules/@gentics/devextreme-styles/styles/_theme.scss:16514
div, table, tr, td, .dx-treelist-container .dx-treelist-headers .dx-row td, .dx-treelist-container .dx-treelist-rowsview .dx-data-row td { border-left: none; border-right: none; border-bottom: none; border-top: none; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce:
Create
dx-tree-list
component with enabled load panelloading icon is completely white because borders are set to
none
contentnode-ui/node_modules/@gentics/devextreme-styles/styles/_theme.scss:16514
The text was updated successfully, but these errors were encountered: