File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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 : 2 px solid var ( --bs-primary ) ;
7891+ outline-offset : 2 px ;
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;
You can’t perform that action at this time.
0 commit comments