ソースを参照

fix: add dark mode support for embedded modal option icons (#23893)

tags/1.8.0
lyzno1 2ヶ月前
コミット
5dcbc9861b
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更10行の追加0行の削除
  1. 10
    0
      web/app/components/app/overview/embedded/style.module.css

+ 10
- 0
web/app/components/app/overview/embedded/style.module.css ファイルの表示

@@ -18,3 +18,13 @@
.pluginInstallIcon {
background-image: url(../assets/chromeplugin-install.svg);
}

:global(html[data-theme="dark"]) .iframeIcon,
:global(html[data-theme="dark"]) .scriptsIcon,
:global(html[data-theme="dark"]) .chromePluginIcon {
filter: invert(0.86) hue-rotate(180deg) saturate(0.5) brightness(0.95);
}

:global(html[data-theme="dark"]) .pluginInstallIcon {
filter: invert(0.9);
}

読み込み中…
キャンセル
保存