Make pills more natural to navigate around (#7607)
parent
c7449caacc
commit
83b0d123c1
|
@ -44,6 +44,12 @@ limitations under the License.
|
||||||
outline: none;
|
outline: none;
|
||||||
overflow-x: hidden;
|
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 {
|
&.mx_BasicMessageComposer_input_shouldShowPillAvatar {
|
||||||
span.mx_UserPill, span.mx_RoomPill {
|
span.mx_UserPill, span.mx_RoomPill {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in New Issue