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

bootstrap-v4 theme Menu is gray-on-gray

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 21 Nov 2019, 05:34 PM

I applied the bootstrap-v4 theme as described here

https://www.telerik.com/forums/support-for-bootstrap-4#0ycfPtGd9kqSuUyQ97z4mw

 

I noticed the menu control changes the text color to gray, so it kind of looked like the entire menu was disabled to me at first.

You can see it here 

https://dojo.telerik.com/AKuPiXOL

 

It looks like kendo is setting this style.  Not sure if this is intentional or not. 

In my project I added this style to take out the kendo color.

:not(.k-context-menu).k-menu > .k-item{
    color: inherit;
}

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 25 Nov 2019, 01:14 PM

Hello Benjamin,

We are currently in the process of redesigning the themes and the Menu's appearance is on our list of improvements.

I updated your Telerik points for reporting this issue.

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Benjamin
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or