diff options
| author | sei0o <sei0o@live.jp> | 2018-10-06 22:14:30 +0900 |
|---|---|---|
| committer | sei0o <sei0o@live.jp> | 2018-10-06 22:14:30 +0900 |
| commit | 5cf1956135e4734629a71026b817b05a3ead2054 (patch) | |
| tree | 27a174f91e32d02cd5bbace91fd3cdc11896c3a5 /src/client/theme | |
| parent | fix #2346 (diff) | |
| download | misskey-5cf1956135e4734629a71026b817b05a3ead2054.tar.gz misskey-5cf1956135e4734629a71026b817b05a3ead2054.tar.bz2 misskey-5cf1956135e4734629a71026b817b05a3ead2054.zip | |
Added CSS variables for background of reactions-viewer
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json5 | 2 | ||||
| -rw-r--r-- | src/client/theme/light.json5 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index c69fe18cba..6fa8929b2e 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -83,6 +83,8 @@ reactionPickerButtonHoverBg: 'rgba(255, 255, 255, 0.18)', + reactionViewerButtonBg: 'rgba(0, 0, 0, 0)', + reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)', reactionViewerButtonBorder: 'rgba(255, 255, 255, 0.1)', reactionViewerButtonHoverBorder: 'rgba(255, 255, 255, 0.2)', diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index db5a57d9cd..5c0d460534 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -83,6 +83,8 @@ reactionPickerButtonHoverBg: '#eee', + reactionViewerButtonBg: 'rgba(0, 0, 0, 0)', + reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)', reactionViewerButtonBorder: 'rgba(0, 0, 0, 0.1)', reactionViewerButtonHoverBorder: 'rgba(0, 0, 0, 0.2)', |