0

Could it be that there is no definition for menu active item text color?????

If there is it is not intuative.

If there isnt, how can I define in my package using Sencha cmd?

AMember
  • 3,037
  • 2
  • 33
  • 64

1 Answers1

0

I have done it like this at the end:

.#{$prefix}menu-item-active .#{$prefix}menu-item-text{
color: #273039 !important;
font-weight:bold;
}

then complied my package.

AMember
  • 3,037
  • 2
  • 33
  • 64