Merge pull request #6353 from SimonBrandner/feature/improved-composer

Improve handling of pills in the composer
This commit is contained in:
Travis Ralston
2021-08-11 10:55:13 -06:00
committed by GitHub
17 changed files with 247 additions and 189 deletions

View File

@@ -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 {