mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-03-05 03:09:15 +08:00
Small code cleanup
This commit is contained in:
parent
aa67e66834
commit
33f0e6febf
2 changed files with 0 additions and 19 deletions
|
@ -136,11 +136,6 @@ export class ControlCommand extends GrammarCommand
|
||||||
{
|
{
|
||||||
return [':is', ':contains', ':matches'];
|
return [':is', ':contains', ':matches'];
|
||||||
}
|
}
|
||||||
|
|
||||||
pushArguments(args)
|
|
||||||
{
|
|
||||||
this.arguments = args;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -102,20 +102,6 @@
|
||||||
left: 6px;
|
left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input + button {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
cursor: pointer;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 17px;
|
|
||||||
line-height: 38px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: 6px;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Reference in a new issue