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