Disable redacting reactions if we don't have sufficient permissions (#8767)
This commit is contained in:
parent
3f99f594de
commit
9b8b1d193e
11 changed files with 37 additions and 9 deletions
|
@ -18,7 +18,7 @@ limitations under the License.
|
|||
cursor: pointer;
|
||||
|
||||
&.mx_AccessibleButton_disabled {
|
||||
cursor: default;
|
||||
cursor: not-allowed;
|
||||
|
||||
&.mx_AccessibleButton_kind_primary,
|
||||
&.mx_AccessibleButton_kind_primary_outline,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue