From 9d6e5af9617234693a1eedf9762d33c0007959db Mon Sep 17 00:00:00 2001 From: rajsite Date: Mon, 30 Nov 2020 11:35:56 -0600 Subject: [PATCH] CSS Guide tab selector visibility --- Guides/CSS/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Guides/CSS/README.md b/Guides/CSS/README.md index 387f0622..d8381c38 100644 --- a/Guides/CSS/README.md +++ b/Guides/CSS/README.md @@ -93,7 +93,7 @@ Let's go down the checklist of what you need to do for a WebVI Panel to pick up ```html - ```` + ``` 5. At this point you should see your style rule applied to the WebVI Panel. @@ -286,6 +286,8 @@ ni-front-panel { ### Hide tab carousel on a Tab Control (rely on programmatic tab switching instead) +**Note:** As of NXG 5 the `Show tab selector` option should be used to configure tab selector visibility instead of custom CSS. + ```css .user-class-name .jqx-ribbon-item { display: none;