mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
Small code cleanup
This commit is contained in:
@@ -136,11 +136,6 @@ export class ControlCommand extends GrammarCommand
|
||||
{
|
||||
return [':is', ':contains', ':matches'];
|
||||
}
|
||||
|
||||
pushArguments(args)
|
||||
{
|
||||
this.arguments = args;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -102,20 +102,6 @@
|
||||
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 {
|
||||
|
||||
text-transform: uppercase;
|
||||
|
||||
Reference in New Issue
Block a user