Add disabled button state to rich text editor (#9930)
* add disabled css state * conditionally apply disabled css state * hides disabled tooltips
This commit is contained in:
parent
b47588fc5c
commit
8a2e386531
3 changed files with 46 additions and 15 deletions
|
@ -50,6 +50,12 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_FormattingButtons_disabled {
|
||||
.mx_FormattingButtons_Icon {
|
||||
color: $quinary-content;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_FormattingButtons_Icon {
|
||||
--size: 16px;
|
||||
height: var(--size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue