Skip to content

Commit 92e506d

Browse files
committed
chore: remove css.js
1 parent a8aa1e6 commit 92e506d

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

src/base/chat/autocomplete.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { global, globalSet } from 'src/utils/global.js';
44
import style from 'src/utils/style.js';
55
import * as fnUser from 'src/utils/user.js';
66
import { debug } from 'src/utils/debug.js';
7-
import css from 'src/utils/css.js';
87
import Translation from 'src/structures/constants/translation.js';
98

109
const setting = settings.register({
@@ -18,7 +17,7 @@ let current = false;
1817
const lists = {};
1918
style.add(
2019
// '.chat-footer { position: relative; }', // this bugs the chat
21-
css`
20+
`
2221
.autobox {
2322
position: absolute;
2423
border: 1px solid #D4D4D4;

src/utils/css.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)