Skip to content

Commit

Permalink
User -reset-filter mixins instead of filter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Feb 1, 2013
1 parent 334cf77 commit 64e3a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tpl_t3_blank/less/navigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
min-height: @navbarHeight;
padding: 0;
background: transparent;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); //remove filter in IE
border: 0;
border-left: 1px solid darken(@navbarBackground, 5%);
.border-radius(0);
.box-shadow(none);
.reset-filter();
}


Expand Down

0 comments on commit 64e3a3e

Please sign in to comment.