2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remove the unused text-indent on dropdown carets

This commit is contained in:
Mark Otto
2012-03-11 20:38:17 -07:00
parent 0f23883283
commit 67714d8347
3 changed files with 2 additions and 8 deletions
+1 -5
View File
@@ -20,16 +20,12 @@
display: inline-block;
width: 0;
height: 0;
text-indent: -99999px;
// IE7 won't do the border trick if there's a text indent, but it doesn't
// do the content that text-indent is hiding, either, so we're ok.
*text-indent: 0;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid @black;
.opacity(30);
content: "\2193";
content: "";
}
// Place the caret