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

Commit

Permalink
Make pills more natural to navigate around (#7607)
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored Jan 24, 2022
1 parent c7449ca commit 83b0d12
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 83b0d12

Please sign in to comment.