mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/stylepreferences: fix highlighting nested mention pills
This commit is contained in:
parent
e76d508dc2
commit
fa012554a7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const StylePreferences = ({ client, activeRoom }: StylePreferencesProps) => {
|
||||||
usePreferences(client.store, activeRoom)
|
usePreferences(client.store, activeRoom)
|
||||||
const preferences = activeRoom?.preferences ?? client.store.preferences
|
const preferences = activeRoom?.preferences ?? client.store.preferences
|
||||||
useStyle(() => css`
|
useStyle(() => css`
|
||||||
div.html-body > a.hicli-matrix-uri-user[href="matrix:u/${CSS.escape(client.userID.slice(1))}"] {
|
div.html-body a.hicli-matrix-uri-user[href="matrix:u/${CSS.escape(client.userID.slice(1))}"] {
|
||||||
background-color: var(--highlight-pill-background-color);
|
background-color: var(--highlight-pill-background-color);
|
||||||
color: var(--highlight-pill-text-color);
|
color: var(--highlight-pill-text-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue