mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Merge pull request #1087 from alphagov/fix-tour-opacity-ie8
Fix highlighted step on tour in IE8
This commit is contained in:
@@ -167,6 +167,18 @@
|
||||
|
||||
}
|
||||
|
||||
.greyed-out-step {
|
||||
|
||||
$opacity: 0.6;
|
||||
|
||||
opacity: $opacity;
|
||||
|
||||
@include ie-lte(8) {
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + ($opacity * 100) + ")";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.banner-warning {
|
||||
|
||||
Reference in New Issue
Block a user