diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css index 495579dc6a..85ca8e3be2 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -65,13 +65,13 @@ body { background-color: white; } -.adjust-table th:hover:after { +.adjust-table th:not([class*='el-table-column--selection']):hover:after { content: ''; position: absolute; top: 25%; right: 0; height: 50%; - width: 3px; + width: 2px; background-color: #EBEEF5; }