Skip to content

Commit

Permalink
Drop IE8 support, browser prefixes, and deprecated min-device-pixel-r…
Browse files Browse the repository at this point in the history
…atio
  • Loading branch information
anselmbradford committed Aug 4, 2023
1 parent b9c4f66 commit 94930ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
3 changes: 1 addition & 2 deletions cfgov/unprocessed/apps/owning-a-home/css/a-range.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@

.a-range_input:focus + .rangeslider .rangeslider__handle {
border: 1px solid #0072ce;
-webkit-box-shadow: none;
box-shadow: none;
outline: 1px solid #0072ce;
outline-offset: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
@media (min-resolution: 192dpi) {
.rangeslider__handle {
width: 22px;
height: 21px;
Expand Down
6 changes: 3 additions & 3 deletions cfgov/unprocessed/apps/owning-a-home/css/explore-rates.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
}

input[type='number'] {
-moz-appearance: textfield;
appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
appearance: none;
}

.calc-subsection {
Expand Down Expand Up @@ -405,7 +405,7 @@
}
}

.next-steps-list > li:before {
.next-steps-list > li::before {
position: absolute;
top: 1px;
left: -30px;
Expand Down
4 changes: 0 additions & 4 deletions cfgov/unprocessed/apps/owning-a-home/css/helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
}

.clear {
/* IE 8 */
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
opacity: 0;
}

Expand All @@ -32,8 +30,6 @@
}

.loading {
/* IE 8 */
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
opacity: 0.3;
}

Expand Down
1 change: 0 additions & 1 deletion cfgov/unprocessed/apps/owning-a-home/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@image_path: '/static/apps/owning-a-home/img/';

@import (reference) '../../../css/main.less';

@import (less) './brand-header.less';
@import (less) './brand-footer.less';
@import (less) './explore-rates.less';
Expand Down

0 comments on commit 94930ff

Please sign in to comment.