Skip to content

Commit d7b867a

Browse files
authored
Move the chat commands classes from jupyterlab-chat to @jupyter/chat (#188)
1 parent 862386f commit d7b867a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/jupyter-chat/style/chat.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,13 @@
130130
.jp-chat-attachment .jp-chat-attachment-clickable:hover {
131131
cursor: pointer;
132132
}
133+
134+
.jp-chat-command-name {
135+
font-weight: normal;
136+
margin: 5px;
137+
}
138+
139+
.jp-chat-command-description {
140+
color: gray;
141+
margin: 5px;
142+
}

packages/jupyterlab-chat/style/base.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,3 @@
2020
.jp-lab-chat-title-unread .lm-TabBar-tabLabel::before {
2121
content: '* ';
2222
}
23-
24-
.jp-chat-command-name {
25-
font-weight: normal;
26-
margin: 5px;
27-
}
28-
29-
.jp-chat-command-description {
30-
color: gray;
31-
margin: 5px;
32-
}

0 commit comments

Comments
 (0)