diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-02-05 20:17:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 11:17:48 +0000 |
| commit | cfb61289a99a2f6c4e0d8214a11046a93db1180d (patch) | |
| tree | 4ad31d0960e4425d1d0209fc8987b2fd1b6587b0 /packages/frontend/src/components/MkEmojiPicker.vue | |
| parent | refactor(frontend): verbatimModuleSyntaxを有効化 (#15323) (diff) | |
| download | sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.tar.gz sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.tar.bz2 sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.zip | |
refactor(frontend): remove X theme properties (#15376)
* refactor(frontend): remove X theme properties
* Update MkAutocomplete.vue
* Update WidgetCalendar.vue
Diffstat (limited to 'packages/frontend/src/components/MkEmojiPicker.vue')
| -rw-r--r-- | packages/frontend/src/components/MkEmojiPicker.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/components/MkEmojiPicker.vue b/packages/frontend/src/components/MkEmojiPicker.vue index 7ee0d6a6ac..5da161dae8 100644 --- a/packages/frontend/src/components/MkEmojiPicker.vue +++ b/packages/frontend/src/components/MkEmojiPicker.vue @@ -582,7 +582,7 @@ defineExpose({ &:disabled { cursor: not-allowed; - background: linear-gradient(-45deg, transparent 0% 48%, var(--MI_THEME-X6) 48% 52%, transparent 52% 100%); + background: linear-gradient(-45deg, transparent 0% 48%, light-dark(rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.15)) 48% 52%, transparent 52% 100%); opacity: 1; > .emoji { @@ -617,7 +617,7 @@ defineExpose({ &:disabled { cursor: not-allowed; - background: linear-gradient(-45deg, transparent 0% 48%, var(--MI_THEME-X6) 48% 52%, transparent 52% 100%); + background: linear-gradient(-45deg, transparent 0% 48%, light-dark(rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.15)) 48% 52%, transparent 52% 100%); opacity: 1; > .emoji { @@ -738,7 +738,7 @@ defineExpose({ &:disabled { cursor: not-allowed; - background: linear-gradient(-45deg, transparent 0% 48%, var(--MI_THEME-X6) 48% 52%, transparent 52% 100%); + background: linear-gradient(-45deg, transparent 0% 48%, light-dark(rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.15)) 48% 52%, transparent 52% 100%); opacity: 1; > .emoji { |