Browse Source

Removed white box that appeared when clicking something.

Thanks to xet7 !

Fixes #5899
Lauri Ojansivu 1 tuần trước cách đây
mục cha
commit
3814a218c2
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      client/components/boards/boardBody.js

+ 0 - 1
client/components/boards/boardBody.js

@@ -192,7 +192,6 @@ BlazeComponent.extendComponent({
         button:focus, [role="button"]:focus, a:focus, input:focus, select:focus, textarea:focus, .dropdown-menu:focus, .js-board-view-swimlanes:focus, .js-add-card:focus {
           outline: 3px solid #005fcc !important;
           outline-offset: 2px !important;
-          background-color: #e6f0ff !important;
         }
         /* Input borders */
         input, textarea, select {