Skip to content

Commit 4634bf2

Browse files
committed
fix style.css interferes with other styles gitbrent#16
1 parent f206c5b commit 4634bf2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
|*| SOFTWARE.
2828
\*/
2929

30-
.btn-group-xs > .btn, .btn-xs {
30+
/* include the .switch.btn itself */
31+
.btn-group-xs > .switch.btn,
32+
.switch.btn-xs,
33+
/* include .btn elements inside the .switch */
34+
.btn-group-xs > .switch .btn,
35+
.switch .btn-xs {
3136
padding: .35rem .4rem .25rem .4rem;
3237
font-size: .875rem;
3338
line-height: .5;

0 commit comments

Comments
 (0)