Make pills more natural to navigate around (#7607)

pull/21833/head
Robin 2022-01-24 07:24:11 -05:00 committed by GitHub
parent c7449caacc
commit 83b0d123c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ limitations under the License.
outline: none;
overflow-x: hidden;
// Force caret nodes to be selected in full so that they can be
// navigated through in a single keypress
.caretNode {
user-select: all;
}
&.mx_BasicMessageComposer_input_shouldShowPillAvatar {
span.mx_UserPill, span.mx_RoomPill {
position: relative;