We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f755520 commit c794b25Copy full SHA for c794b25
1 file changed
src/base/chat/notify.new.js
@@ -10,15 +10,15 @@ import style from 'src/utils/style.js';
10
11
import { pingExtras } from './toast.js';
12
13
-style.add('.highlight { color: yellow; }');
+style.add('.us-ping { color: yellow; }');
14
15
const setting = settings.register({
16
name: Translation.Setting('ping'),
17
key: 'underscript.disable.ping',
18
page: 'Chat',
19
});
20
21
-const mask = '<span class="highlight">$1</span>';
+const mask = '<span class="us-ping">$1</span>';
22
23
let disabled = false;
24
let notified = false;
0 commit comments