Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Make pills more natural to navigate around #7607

Merged
merged 1 commit into from
Jan 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions res/css/views/rooms/_BasicMessageComposer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down