Browse Source

grid 去除选中单元格边框

zhuth 7 years ago
parent
commit
9b40d94d4f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/saas-web/app/Application.scss

+ 4 - 0
frontend/saas-web/app/Application.scss

@@ -297,6 +297,10 @@ body.launching {
   border-color: #ABDAFF;
 }
 
+.x-keyboard-mode  .x-grid-item-focused .x-grid-cell-inner:before {
+  border: none;
+}
+
 .x-grid-item-over {
   background-color: #bde5f7;
 }