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