瀏覽代碼

Fix focused background color of direct toots (#5642)

master
Lynx Kotoura 6 年之前
committed by Eugen Rochko
父節點
當前提交
f9e7336296
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      app/javascript/styles/mastodon/components.scss

+ 1
- 1
app/javascript/styles/mastodon/components.scss 查看文件

@@ -612,7 +612,7 @@
outline: 0;
background: lighten($ui-base-color, 4%);

&.status-direct {
.status.status-direct {
background: lighten($ui-base-color, 12%);
}



Loading…
取消
儲存