Skip to content

Commit

Permalink
Explainer on language
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed May 3, 2024
1 parent fbc3e21 commit 237d70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion packages/css/src/components/file-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The file input component is a styled input element that allows users to select a

## Visual considerations

The filename label and button are displayed in the language of the browser.
The filename label and button are displayed in the language of the browser and can vary between browsers and operating systems.
8 changes: 0 additions & 8 deletions packages/css/src/components/file-input/file-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@

@import "../../common/text-rendering";

@mixin reset {
border: 0;
border-radius: 0;
box-sizing: border-box;
margin-block: 0;
}

@mixin reset-button {
border: 0;
}
Expand All @@ -30,7 +23,6 @@
width: 100%;

@include text-rendering;
@include reset;
}

.ams-file-input:disabled {
Expand Down

0 comments on commit 237d70e

Please sign in to comment.