Skip to content

Commit

Permalink
Merge pull request #146 from shirsho-12/master
Browse files Browse the repository at this point in the history
Remove AB-3 remnants
  • Loading branch information
nicleejy authored Mar 31, 2023
2 parents 0f980a2 + abf7e85 commit de23030
Show file tree
Hide file tree
Showing 33 changed files with 8 additions and 2,152 deletions.
6 changes: 3 additions & 3 deletions docs/_sass/minima/skins/classic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ $brand-color: #828282 !default;
$brand-color-light: lighten($brand-color, 40%) !default;
$brand-color-dark: darken($brand-color, 25%) !default;

$text-color: #111 !default;
$background-color: #fdfdfd !default;
$code-background-color: #eef !default;
$text-color: #fdfdfd !default;
$background-color: #111 !default;
$code-background-color: #eff !default;

$link-base-color: #2a7ae2 !default;
$link-visited-color: darken($link-base-color, 15%) !default;
Expand Down
227 changes: 0 additions & 227 deletions src/main/java/seedu/address/logic/commands/EditCommand.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import seedu.address.logic.parser.exceptions.ParseException;
import seedu.address.model.category.Category;
import seedu.address.model.expense.Expense;
import seedu.address.model.person.Price;
import seedu.address.model.expense.Price;

/**
* Parses input arguments and creates a new AddExpenseCommand object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
import seedu.address.logic.commands.AddRecurringExpenseCommand;
import seedu.address.logic.parser.exceptions.ParseException;
import seedu.address.model.category.Category;
import seedu.address.model.expense.Price;
import seedu.address.model.expense.RecurringExpenseManager;
import seedu.address.model.expense.RecurringExpenseType;
import seedu.address.model.person.Price;

/**
* Parses input arguments and creates a new AddCategoryCommand object
Expand Down
82 changes: 0 additions & 82 deletions src/main/java/seedu/address/logic/parser/EditCommandParser.java

This file was deleted.

Loading

0 comments on commit de23030

Please sign in to comment.