Skip to content

Commit 17e4b75

Browse files
committed
Remove unused teal border-top styles
The install card uses the grey code-block variant, so these teal description border overrides were never applied.
1 parent db8ec6e commit 17e4b75

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

static/css/v3/code-block.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,6 @@ html.dark .code-block-card--grey {
154154
border-top: 1px solid var(--color-border);
155155
}
156156

157-
.code-block-card--teal .code-block-card__description {
158-
border-top-color: var(--color-accent-strong-teal);
159-
}
160-
161-
html.dark .code-block-card--teal .code-block-card__description {
162-
border-top-color: var(--color-border);
163-
}
164-
165157
.code-block__inner {
166158
display: block;
167159
margin: 0;

0 commit comments

Comments
 (0)