Skip to content

Commit

Permalink
Remove clip-path from screenreader styles
Browse files Browse the repository at this point in the history
  • Loading branch information
slavanga committed Feb 10, 2018
1 parent d4e6788 commit c66d41e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions dist/css/baseguide.css
Original file line number Diff line number Diff line change
Expand Up @@ -2082,8 +2082,6 @@ input[type="file"] {
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
white-space: nowrap;
}

Expand All @@ -2093,7 +2091,5 @@ input[type="file"] {
height: auto;
overflow: visible;
clip: auto;
-webkit-clip-path: none;
clip-path: none;
white-space: inherit;
}
Loading

0 comments on commit c66d41e

Please sign in to comment.