Merge pull request #5111 from fredj/examples_cleanup

Remove CSS filter in examples
This commit is contained in:
Frédéric Junod
2016-03-23 17:18:26 +01:00
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
border-top-color: white;

View File

@@ -9,7 +9,6 @@
}
.tooltip.in {
opacity: 1;
filter: alpha(opacity=100);
}
.tooltip.top .tooltip-arrow {
border-top-color: white;