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
-1
View File
@@ -9,7 +9,6 @@
} }
.tooltip.in { .tooltip.in {
opacity: 1; opacity: 1;
filter: alpha(opacity=100);
} }
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
border-top-color: white; border-top-color: white;
-1
View File
@@ -9,7 +9,6 @@
} }
.tooltip.in { .tooltip.in {
opacity: 1; opacity: 1;
filter: alpha(opacity=100);
} }
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
border-top-color: white; border-top-color: white;