Skip to content

Commit 7b356b7

Browse files
Merge pull request #538 from sorin-davidoi/remove-jquery
Remove jQuery
2 parents d44b67b + 5a4adcc commit 7b356b7

File tree

5 files changed

+263
-173
lines changed

5 files changed

+263
-173
lines changed

src/theme/book.css

+30
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,12 @@ table thead td {
431431
.light pre > .buttons i {
432432
margin-left: 8px;
433433
}
434+
.light pre > .buttons button {
435+
color: inherit;
436+
background: transparent;
437+
border: none;
438+
cursor: inherit;
439+
}
434440
.light pre > .result {
435441
margin-top: 10px;
436442
}
@@ -567,6 +573,12 @@ table thead td {
567573
.coal pre > .buttons i {
568574
margin-left: 8px;
569575
}
576+
.coal pre > .buttons button {
577+
color: inherit;
578+
background: transparent;
579+
border: none;
580+
cursor: inherit;
581+
}
570582
.coal pre > .result {
571583
margin-top: 10px;
572584
}
@@ -703,6 +715,12 @@ table thead td {
703715
.navy pre > .buttons i {
704716
margin-left: 8px;
705717
}
718+
.navy pre > .buttons button {
719+
color: inherit;
720+
background: transparent;
721+
border: none;
722+
cursor: inherit;
723+
}
706724
.navy pre > .result {
707725
margin-top: 10px;
708726
}
@@ -839,6 +857,12 @@ table thead td {
839857
.rust pre > .buttons i {
840858
margin-left: 8px;
841859
}
860+
.rust pre > .buttons button {
861+
color: inherit;
862+
background: transparent;
863+
border: none;
864+
cursor: inherit;
865+
}
842866
.rust pre > .result {
843867
margin-top: 10px;
844868
}
@@ -975,6 +999,12 @@ table thead td {
975999
.ayu pre > .buttons i {
9761000
margin-left: 8px;
9771001
}
1002+
.ayu pre > .buttons button {
1003+
color: inherit;
1004+
background: transparent;
1005+
border: none;
1006+
cursor: inherit;
1007+
}
9781008
.ayu pre > .result {
9791009
margin-top: 10px;
9801010
}

0 commit comments

Comments
 (0)