Skip to content

Commit c794b25

Browse files
committed
fix: chat ping conflict
1 parent f755520 commit c794b25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/base/chat/notify.new.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ import style from 'src/utils/style.js';
1010

1111
import { pingExtras } from './toast.js';
1212

13-
style.add('.highlight { color: yellow; }');
13+
style.add('.us-ping { color: yellow; }');
1414

1515
const setting = settings.register({
1616
name: Translation.Setting('ping'),
1717
key: 'underscript.disable.ping',
1818
page: 'Chat',
1919
});
2020

21-
const mask = '<span class="highlight">$1</span>';
21+
const mask = '<span class="us-ping">$1</span>';
2222

2323
let disabled = false;
2424
let notified = false;

0 commit comments

Comments
 (0)