提交 ee5757c3 编写于 作者: B Benjamin Pasero

remove unused style

上级 25ce3942
......@@ -140,10 +140,6 @@
cursor: pointer;
}
.global-message-list li.message-list-entry .actions-container.multiple .message-action .action-button {
min-width: 45px;
text-align: center;
}
.vs .global-message-list {
background-color: #2C2C2C;
}
......
......@@ -208,7 +208,7 @@ export class MessageList {
// Actions (if none provided, add one default action to hide message)
let messageActions = this.getMessageActions(message);
li.div({ class: (total > 1 || delta < 0) ? 'actions-container multiple' : 'actions-container' }, (actionContainer) => {
li.div({ class: 'actions-container' }, (actionContainer) => {
for (let i = messageActions.length - 1; i >= 0; i--) {
let action = messageActions[i];
actionContainer.div({ class: 'message-action' }, (div) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册