Skip to content

Commit

Permalink
Update src/style/app.module.css
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
hustlernik and coderabbitai[bot] authored Dec 28, 2024
1 parent 436f08f commit 78ce135
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3516,6 +3516,13 @@ button[data-testid='createPostBtn'] {
align-items: center;
margin-right: 0.5rem;
border-radius: 50%;
position: relative;
outline: none;
}

.recurrenceDayButton:focus-visible {
outline: 2px solid var(--bs-primary);
outline-offset: 2px;
}

.recurrenceDayButton:hover {
Expand Down

0 comments on commit 78ce135

Please sign in to comment.