Skip to content
New issue

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

gtx treelist loading icon style #91

Open
GojkoUbiparipTag opened this issue Nov 30, 2021 · 0 comments
Open

gtx treelist loading icon style #91

GojkoUbiparipTag opened this issue Nov 30, 2021 · 0 comments

Comments

@GojkoUbiparipTag
Copy link

How to reproduce:
Create dx-tree-list component with enabled load panel

<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

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant