Small code cleanup

This commit is contained in:
the-djmaze 2022-05-18 22:53:33 +02:00
parent aa67e66834
commit 33f0e6febf
2 changed files with 0 additions and 19 deletions

View file

@ -136,11 +136,6 @@ export class ControlCommand extends GrammarCommand
{
return [':is', ':contains', ':matches'];
}
pushArguments(args)
{
this.arguments = args;
}
}
/**

View file

@ -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;