diff --git a/dev/Sieve/Grammar.js b/dev/Sieve/Grammar.js index f610c260e..e776ef081 100644 --- a/dev/Sieve/Grammar.js +++ b/dev/Sieve/Grammar.js @@ -136,11 +136,6 @@ export class ControlCommand extends GrammarCommand { return [':is', ':contains', ':matches']; } - - pushArguments(args) - { - this.arguments = args; - } } /** diff --git a/dev/Styles/Login.less b/dev/Styles/Login.less index 91cfe9d48..eae355e40 100644 --- a/dev/Styles/Login.less +++ b/dev/Styles/Login.less @@ -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;