Skip to content

Commit

Permalink
CSS Guide tab selector visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Nov 30, 2020
1 parent dcd0685 commit 9d6e5af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Guides/CSS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Let's go down the checklist of what you need to do for a WebVI Panel to pick up

```html
<link rel="stylesheet" href="css/style.css">
````
```

5. At this point you should see your style rule applied to the WebVI Panel.

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9d6e5af

Please sign in to comment.