Skip to content

Commit

Permalink
remove jqs-switch-button rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Karas committed Jul 11, 2019
1 parent 39dc313 commit accdab3
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 accdab3

Please sign in to comment.