Skip to content

Commit 24d1a32

Browse files
ffooddroblarsen
authored andcommitted
Remove clip-path (#2025)
Revert #1920 to fix #2021.
1 parent 33648c2 commit 24d1a32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/css/main.css

-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ textarea {
130130
.visuallyhidden {
131131
border: 0;
132132
clip: rect(0 0 0 0);
133-
clip-path: inset(50%);
134133
height: 1px;
135134
margin: -1px;
136135
overflow: hidden;
@@ -149,7 +148,6 @@ textarea {
149148
.visuallyhidden.focusable:active,
150149
.visuallyhidden.focusable:focus {
151150
clip: auto;
152-
clip-path: none;
153151
height: auto;
154152
margin: 0;
155153
overflow: visible;

0 commit comments

Comments
 (0)