Prevent thread creation on events with existing relation (#8037)
This commit is contained in:
parent
4b0df21b0a
commit
7508fd975f
3 changed files with 18 additions and 3 deletions
|
@ -65,6 +65,12 @@ limitations under the License.
|
|||
.mx_MessageActionBar_maskButton {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
|
||||
&:disabled,
|
||||
&[disabled] {
|
||||
cursor: not-allowed;
|
||||
opacity: .75;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MessageActionBar_maskButton::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue