mirror of https://github.com/vector-im/riot-web
Include mx_MessageActionBar_maskButton in mx_MessageActionBar (#8792)
* Include mx_MessageActionBar_maskButton in mx_MessageActionBar Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com> * yarn run lint:style --fix Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28788/head^2
parent
fe8c267a14
commit
3b28b1100f
|
@ -67,7 +67,6 @@ limitations under the License.
|
||||||
z-index: var(--MessageActionBar-item-hover-zIndex);
|
z-index: var(--MessageActionBar-item-hover-zIndex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.mx_MessageActionBar_maskButton {
|
.mx_MessageActionBar_maskButton {
|
||||||
width: var(--MessageActionBar-size-button);
|
width: var(--MessageActionBar-size-button);
|
||||||
|
@ -160,3 +159,4 @@ limitations under the License.
|
||||||
mask-image: url('$(res)/img/element-icons/link.svg');
|
mask-image: url('$(res)/img/element-icons/link.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue