Skip to content

Commit

Permalink
Cleanup references to support IE6 IE7
Browse files Browse the repository at this point in the history
Helps with [#4081]
  • Loading branch information
christinach committed Nov 25, 2024
1 parent 14ce2cd commit 89ec92f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/assets/stylesheets/abstractions/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
}

@mixin visually-hidden() {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
padding:0 !important;
border:0 !important;
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/requests/request.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ input[type="radio"] + label {
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap; /* added line */
}
Expand Down

0 comments on commit 89ec92f

Please sign in to comment.