Merge pull request #6353 from SimonBrandner/feature/improved-composer
Improve handling of pills in the composer
This commit is contained in:
commit
a149108a7d
17 changed files with 247 additions and 189 deletions
|
@ -65,6 +65,14 @@ limitations under the License.
|
|||
font-size: $font-10-4px;
|
||||
}
|
||||
}
|
||||
|
||||
span.mx_UserPill {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
span.mx_RoomPill {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
&.mx_BasicMessageComposer_input_disabled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue