Skip to content

Commit bbe5905

Browse files
committed
Make the tag background transparent
1 parent 3e24a3c commit bbe5905

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

style/base.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,11 +321,6 @@
321321
font-size: var(--jp-ui-font-size1);
322322
}
323323

324-
.jp-codeSnippet-editor-tag input {
325-
border: none;
326-
background: transparent;
327-
}
328-
329324
.jp-codeSnippet-editor-tag.applied-tag button {
330325
color: var(--jp-ui-font-color1);
331326
}
@@ -336,6 +331,7 @@
336331

337332
.jp-codeSnippet-editor-tag.tag.unapplied-tag input {
338333
border: none;
334+
background: transparent;
339335
}
340336

341337
.jp-codeSnippet-editor-active {

0 commit comments

Comments
 (0)