Add insert link button to the format bar (#5879)
This commit is contained in:
parent
75c7daa2c9
commit
ceb4c7e368
5 changed files with 24 additions and 3 deletions
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
.mx_MessageComposerFormatBar {
|
||||
display: none;
|
||||
width: calc(32px * 5);
|
||||
width: calc(32px * 6);
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
|
@ -87,6 +87,11 @@ limitations under the License.
|
|||
.mx_MessageComposerFormatBar_buttonIconCode::after {
|
||||
mask-image: url('$(res)/img/element-icons/room/format-bar/code.svg');
|
||||
}
|
||||
|
||||
.mx_MessageComposerFormatBar_buttonIconInsertLink::after {
|
||||
mask-image: url('$(res)/img/element-icons/link.svg');
|
||||
mask-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MessageComposerFormatBar_buttonTooltip {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue