This is a migrated thread and some comments may be shown as answers.

Remove border

2 Answers 79 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 22 May 2017, 01:25 PM
I use Material skin width RadPanelBar.
When i expand, i get gray top border and bottom border. How remove that?
See attached Picture....

2 Answers, 1 is accepted

Sort by
0
Kjell
Top achievements
Rank 1
Iron
answered on 22 May 2017, 01:26 PM
And the image....
0
Ivan Zhekov
Telerik team
answered on 23 May 2017, 11:34 AM
Hello, Kjeill.

The following styles should remove the borders in question:

html .RadPanelBar_Material .rpFocused {
    box-shadow: none;
}
html .RadPanelBar_Material .rpExpanded.rpRootLink {
    border-width: 0;
}
html .RadPanelBar_Material .rpExpanded.rpRootLink + .rpSlide > .rpGroup {
    border-width: 0;
}


Regards,
Ivan Zhekov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
PanelBar
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Kjell
Top achievements
Rank 1
Iron
Ivan Zhekov
Telerik team
Share this question
or