Skip to content

Commit

Permalink
Merge pull request #5150 from epwinchell/ie_cleanup
Browse files Browse the repository at this point in the history
remove outdated IE properties
  • Loading branch information
mzazrivec authored Jan 11, 2019
2 parents 5f6a670 + 119960d commit d10a6ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/miq_tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

&.opacity {
opacity: 0.4;
filter: alpha(opacity=40);
}

&.no-cursor {
Expand Down
4 changes: 0 additions & 4 deletions app/assets/stylesheets/patternfly_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ li.brand-white-label.whitelabeled {
content: '\f08d';
display: inline-block;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
}
Expand Down Expand Up @@ -967,8 +966,6 @@ fieldset {

.dimmed {
background: #f5f5f5;
filter: alpha(opacity=40);
filter: progid:dximagetransform.microsoft.alpha(Opacity=40);
opacity: 0.4;
}

Expand All @@ -984,7 +981,6 @@ fieldset {
#lightbox {
background: #fff;
display: none;
filter: alpha(opacity=50);
left: 0;
min-height: 100%;
min-width: 100%;
Expand Down

0 comments on commit d10a6ad

Please sign in to comment.