Completed
Last Updated: 11 Aug 2021 18:32 by ADMIN
Release R2 2017 SP1
ADMIN
Rumen
Created on: 30 May 2017 08:37
Category: TabStrip
Type: Bug Report
0
The disabled tabs do nоt look disabled in Classic render mode
The disabled tabs don't look like disabled in Classic render mode. 

This issue is not observable with the 2016 release as shown in the attached screenshot.

Workarounds:
1) You can change the color of the disabled items by applying the following class to the page:

        .rtsLink.rtsDisabled {
            color: #a5a5a5 !important;
        }

2) Another option is to switch the rendering to Lightweight -> RenderMode="Lightweight".
Attached Files:
0 comments