mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
fix css lint
This commit is contained in:
parent
2ea556e0b4
commit
af535986d2
@ -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');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user