Skip to content

Commit

Permalink
Merge pull request #95 from haworthia/remove-jqs
Browse files Browse the repository at this point in the history
Remove typo jqs-switch-button rule from CSS guide
  • Loading branch information
rajsite authored Jul 11, 2019
2 parents 39dc313 + accdab3 commit d824258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guides/CSS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ ni-flexible-layout-container {
### Set color of the thumb on a Vertical Switch

```css
.user-class-name[checked] span.jqx-thumb::after, jqs-switch-button[checked]:hover span.jqx-thumb::after {
.user-class-name[checked] span.jqx-thumb::after {
background: yellow;
}
```
Expand Down

0 comments on commit d824258

Please sign in to comment.