fix css lint

This commit is contained in:
Bruno Windels 2019-09-04 16:21:53 +02:00
parent 2ea556e0b4
commit af535986d2

View file

@ -76,13 +76,12 @@ limitations under the License.
.mx_BasicMessageComposer_formatBar {
display: none;
background-color: red;
width: calc(26px * 5);
height: 24px;
position: absolute;
cursor: pointer;
border-radius: 4px;
background: $message-action-bar-bg-color;
background-color: $message-action-bar-bg-color;
&.mx_BasicMessageComposer_formatBar_shown {
display: block;
@ -137,6 +136,5 @@ limitations under the License.
.mx_BasicMessageComposer_formatCode::after {
mask-image: url('$(res)/img/format/code.svg');
}
}
}