File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 height : 40px ;
5050 cursor : pointer ;
5151 padding-left : 8px ;
52+ width : 100% ;
5253
5354 & :hover {
5455 font-weight : var (--font-weight-bold );
Original file line number Diff line number Diff line change 4242 font-size : var (--sm-font );
4343 color : var (--black );
4444 text-decoration : none ;
45+
46+ & :focus {
47+ outline : 5px auto -webkit-focus-ring-color ;
48+ }
4549}
4650
4751.str-chat__message-actions-list button :hover {
Original file line number Diff line number Diff line change 5656 .rfu-file-upload-button {
5757 right : 46px ;
5858 top : calc (100% - 34px );
59+
60+ & :focus-within {
61+ outline : 5px auto -webkit-focus-ring-color ;
62+ }
5963 }
6064
6165 & -footer {
Original file line number Diff line number Diff line change 33 border : 0 ;
44 background : 0 ;
55 outline : 0 ;
6+
7+ & :focus {
8+ outline : 5px auto -webkit-focus-ring-color ;
9+ }
10+
611 @media screen and (min-width : 768px ) {
712 display : none ;
813 }
You can’t perform that action at this time.
0 commit comments