fix css lint
This commit is contained in:
parent
2ea556e0b4
commit
af535986d2
1 changed files with 1 additions and 3 deletions
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue