Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 711ab84

Browse files
authored
fix(frontend): ノート投稿ボタンにホバー時のスタイルが適用されていない (misskey-dev#305)
1 parent aa1a02d commit 711ab84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/frontend/src/components/MkPostForm.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ defineExpose({
11311131
&:focus-visible {
11321132
outline: none;
11331133
1134-
.submitInner {
1134+
> .submitInner {
11351135
outline: 2px solid var(--MI_THEME-fgOnAccent);
11361136
outline-offset: -4px;
11371137
}
@@ -1146,13 +1146,13 @@ defineExpose({
11461146
}
11471147
11481148
&:not(:disabled):hover {
1149-
> .inner {
1149+
> .submitInner {
11501150
background: linear-gradient(90deg, hsl(from var(--MI_THEME-accent) h s calc(l + 5)), hsl(from var(--MI_THEME-accent) h s calc(l + 5)));
11511151
}
11521152
}
11531153
11541154
&:not(:disabled):active {
1155-
> .inner {
1155+
> .submitInner {
11561156
background: linear-gradient(90deg, hsl(from var(--MI_THEME-accent) h s calc(l + 5)), hsl(from var(--MI_THEME-accent) h s calc(l + 5)));
11571157
}
11581158
}

0 commit comments

Comments
 (0)