You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
158
-
clip:rect(1px1px1px1px);
159
-
/* maybe deprecated but we need to support legacy browsers */
160
-
clip:rect(1px,1px,1px,1px);
161
-
/* modern browsers, clip-path works inwards from each corner */
162
-
clip-path:inset(50%);
163
-
/* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
164
-
white-space: nowrap;
150
+
border:0;
151
+
padding:0;
152
+
margin:0;
153
+
position: absolute !important;
154
+
height:1px;
155
+
width:1px;
156
+
overflow: hidden;
157
+
/* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
158
+
clip:rect(1px1px1px1px);
159
+
/* maybe deprecated but we need to support legacy browsers */
160
+
clip:rect(1px,1px,1px,1px);
161
+
/* modern browsers, clip-path works inwards from each corner */
162
+
clip-path:inset(50%);
163
+
/* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
0 commit comments