Skip to content

Commit 8daf3fa

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/style.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@
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
36+
{
3137
padding: .35rem .4rem .25rem .4rem;
3238
font-size: .875rem;
3339
line-height: .5;

0 commit comments

Comments
 (0)