Skip to content

Commit 2ccfa8c

Browse files
committed
Resolve coderabbit review
1 parent 986465e commit 2ccfa8c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/style/app.module.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7887,8 +7887,8 @@ button[data-testid='createPostBtn'] {
78877887

78887888
/* Add focus styles for keyboard navigation */
78897889
&:focus-within {
7890-
@extend .reusable-focus-visible;
7891-
/* Referencing the reusable class from the general section */
7890+
outline: 2px solid var(--bs-primary);
7891+
outline-offset: 2px;
78927892
}
78937893
}
78947894

@@ -9045,7 +9045,8 @@ button[data-testid='createPostBtn'] {
90459045
}
90469046

90479047
.profileContainer:focus {
9048-
outline: none;
9048+
outline: 2px solid var(--bs-primary);
9049+
outline-offset: 2px;
90499050
background-color: var(--bs-gray-100);
90509051
}
90519052

@@ -9076,8 +9077,6 @@ button[data-testid='createPostBtn'] {
90769077
font-weight: 600;
90779078
overflow: hidden;
90789079
display: -webkit-box;
9079-
-webkit-line-clamp: 2;
9080-
/* number of lines to show */
90819080
-webkit-box-orient: vertical;
90829081
word-wrap: break-word;
90839082
white-space: normal;

0 commit comments

Comments
 (0)