Skip to content

Commit

Permalink
Disabled Bootstrap abbr title expansion for print in IE8 (fixes wet-b…
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Feb 14, 2014
1 parent 2c7348d commit e3720e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/base/ie8-wet-boew.scss
Expand Up @@ -2,6 +2,7 @@
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
*/
@import "partials/bootstrap-overrides-ie8";

/*
Plugins
Expand Down
15 changes: 15 additions & 0 deletions src/base/partials/_bootstrap-overrides-ie8.scss
@@ -0,0 +1,15 @@
/*
WET-BOEW
@title: Bootstrap IE8-specific overrides for WET-BOEW
*/
@media print {
.lt-ie9 {
abbr {
&[title] {
&:after {
content: "";
}
}
}
}
}

0 comments on commit e3720e5

Please sign in to comment.