Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / less / mixins / reset-filter.less
1 // Reset filters for IE
2 //
3 // When you need to remove a gradient background, do not forget to use this to reset
4 // the IE filter for IE9 and below.
5
6 .reset-filter() {
7   filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
8 }