Skip to content

Commit b866212

Browse files
committed
Fix incorrect CSS selector
1 parent 2cebe79 commit b866212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
/* include the switch.btn itself */
3131
.btn-group-xs > switch.btn,
32-
switch.btn-xs,
32+
.switch.btn-xs,
3333
/* include .btn elements inside the switch */
3434
.btn-group-xs > switch .btn,
35-
switch .btn-xs
35+
.switch .btn-xs
3636
{
3737
padding: .35rem .4rem .25rem .4rem;
3838
font-size: .875rem;

0 commit comments

Comments
 (0)