Skip to content

Commit

Permalink
final sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jul 19, 2023
1 parent b422f17 commit 41cf2d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions src/react-components/input/RadioInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
align-self: center;
position: relative;
appearance: none;
cursor: pointer;
-moz-appearance: none;
-webkit-appearance: none;

Expand Down
4 changes: 0 additions & 4 deletions src/react-components/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
--primary-color-pressed: #{theme.$blue-pressed};

--secondary-color: #{theme.$lightgrey};
--secondary-color-hover: #{theme.$lightgrey-hover};
--secondary-color-pressed: #{theme.$lightgrey-pressed};

--background1-color: #{theme.$white};
--background2-color: #{theme.$recessed-bg};
Expand Down Expand Up @@ -149,8 +147,6 @@
--admin-color: var(--accent1-color);

--error-color: var(--cancel-color);
--error-color-hover: var(--cancel-color-hover);
--error-color-pressed: var(--cancel-color-pressed);

--status-unread-color: #{theme.$orange};
--status-recording-color: #{theme.$red};
Expand Down
4 changes: 0 additions & 4 deletions src/react-components/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ $primary-color-hover: var(--primary-color-hover);
$primary-color-pressed: var(--primary-color-pressed);

$secondary-color: var(--secondary-color);
$secondary-color-hover: var(--secondary-color-hover);
$secondary-color-pressed: var(--secondary-color-pressed);

$background1-color: var(--background1-color);
$background2-color: var(--background2-color);
Expand Down Expand Up @@ -235,8 +233,6 @@ $favorite-color: var(--favorite-color);
$admin-color: var(--admin-color);

$error-color: var(--error-color);
$error-color-hover: var(--error-color-hover);
$error-color-pressed: var(--error-color-pressed);

$status-unread-color: var(--status-unread-color);
$status-recording-color: var(--status-recording-color);
Expand Down

0 comments on commit 41cf2d0

Please sign in to comment.