Skip to content

Commit

Permalink
Fix: [Client][HeaderBar] 検索窓にフォーカスリングを表示する
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Aug 24, 2024
1 parent 98dd1e7 commit 6eb9568
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/components/HeaderBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,10 @@ const showSearchInput = computed(() => {
background: rgb(var(--v-theme-background-lighten-1));
color: rgb(var(--v-theme-text-darken-1));
font-size: 15px;
transition: box-shadow 0.09s ease;
&:focus {
box-shadow: rgb(var(--v-theme-primary), 50%) 0 0 0 3.5px;
outline: none;
}
Expand Down

0 comments on commit 6eb9568

Please sign in to comment.