From b342c4cca322ab40763aaa4cc26108a8aeb3620d Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 19 Aug 2011 19:52:07 -0700 Subject: Simplification for table header generated-content arrow #9 --- lib/tables.less | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'lib') diff --git a/lib/tables.less b/lib/tables.less index 02d110eb0..4c65141a3 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -46,20 +46,13 @@ table.zebra-striped { th.header { cursor: pointer; &:after { - width: 0px; - height: 0px; - display: inline-block; + content: ""; float: right; - margin-top:7px; - content: "↓"; - text-indent: -99999px; - vertical-align: top; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - border-bottom: 4px solid #000; - visibility:hidden; - .box-shadow(0 1px 0 #fff); - .opacity(30); + margin-top: 7px; + border-width: 0 4px 4px; + border-style: solid; + border-color: #000 transparent; + visibility: hidden; } } -- cgit v1.2.3