Skip to content

Commit

Permalink
Remove clip-path (#2025)
Browse files Browse the repository at this point in the history
Revert #1920 to fix #2021.
  • Loading branch information
ffoodd authored and roblarsen committed Feb 6, 2018
1 parent 33648c2 commit 24d1a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ textarea {
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
Expand All @@ -149,7 +148,6 @@ textarea {
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
clip-path: none;
height: auto;
margin: 0;
overflow: visible;
Expand Down

0 comments on commit 24d1a32

Please sign in to comment.