Browse Source

Remove outline of th.

zhixin 10 years ago
parent
commit
b85098a592
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -64,6 +64,10 @@
     border-left: 1px solid #dddddd;
 }
 
+.fixed-table-container thead th:focus {
+    outline: 0 solid transparent;
+}
+
 .fixed-table-container thead th:first-child {
     border-left: none;
     border-top-left-radius: 4px;