1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 22:04:27 +02:00

fix(frontend): カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正 (#16785)

* fix(frontend): カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正

* rollback

* 詳細度->!important
This commit is contained in:
おさむのひと
2025-11-15 12:13:50 +09:00
committed by GitHub
parent 41e945b0ef
commit e15fdd05b7
3 changed files with 5 additions and 8 deletions

View File

@@ -419,7 +419,7 @@ onMounted(async () => {
}
.changedRow {
background-color: var(--MI_THEME-infoBg);
background-color: var(--MI_THEME-infoBg) !important;
}
.searchArea {