Skip to content

Commit

Permalink
Remove code tab test styling (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
blindaa121 authored Mar 1, 2023
1 parent f201416 commit 6946ce5
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,6 @@
font-weight: var(--ifm-font-weight-normal);
}

.responseStatusSuccess {
border: none;
color: var(--ifm-color-success);
}

.responseStatusSuccess.active {
background-color: var(--ifm-color-success);
color: white;
}

.responseStatusDanger {
border: none;
color: var(--ifm-color-danger);
}

.responseStatusDanger.active {
background-color: var(--ifm-color-danger);
color: white;
}

.responseTabDot {
display: none;
}

.tabItem:not(.active) {
opacity: 0.65;
}
Expand Down

0 comments on commit 6946ce5

Please sign in to comment.