Skip to content

Commit

Permalink
MOON-463: Lint fix & fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eevolee committed Jan 8, 2025
1 parent a1c5b81 commit 64879e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Input/BaseInput/BaseInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ $min-width: 40px;
width: 100%;
min-width: $min-width;
min-height: $default-size;
background-color: white;

color: var(--color-gray_dark);

background-color: var(--color-white);

cursor: text;

&:has(input:disabled) {
Expand All @@ -32,8 +33,6 @@ $min-width: 40px;
}

.moonstone-reversed & {
// color: var(--color-white);

background-color: transparent;
}
}
Expand Down Expand Up @@ -71,8 +70,9 @@ $min-width: 40px;
height: calc($default-size - 2px);
margin: 0; // Reset for Safari
padding: 0 var(--spacing-small);
background: none;

border: 0;
background: none;

-webkit-tap-highlight-color: transparent;

Expand Down

0 comments on commit 64879e0

Please sign in to comment.