ソースを参照

Remove outline of th.

zhixin 10 年 前
コミット
b85098a592
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

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