mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
fix(styles): Fix less lint error
This commit is contained in:
parent
b0ac02058b
commit
682bae5e08
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ body.is-blurred {
|
||||||
display: block;
|
display: block;
|
||||||
background: @component-active-color;
|
background: @component-active-color;
|
||||||
height:6px;
|
height:6px;
|
||||||
width: 0px; //overridden by style
|
width: 0; //overridden by style
|
||||||
transition: width 1000ms linear;
|
transition: width 1000ms linear;
|
||||||
}
|
}
|
||||||
.indeterminate {
|
.indeterminate {
|
||||||
|
|
Loading…
Reference in a new issue