Feature: удаление строки табличной части по кнопке-крестику (сразу, без чекбокса)
Made-with: Cursor
This commit is contained in:
@@ -132,11 +132,25 @@
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
.ws-table-items label.ws-delete-row-label {
|
||||
.ws-table-items .ws-btn-remove-row {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background: transparent;
|
||||
color: #c62828;
|
||||
font-size: 18px;
|
||||
line-height: 1;
|
||||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
color: var(--ws-text-muted);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ws-table-items .ws-btn-remove-row:hover {
|
||||
background: rgba(198, 40, 40, 0.12);
|
||||
color: #b71c1c;
|
||||
}
|
||||
|
||||
.ws-table-items .ws-col-product select {
|
||||
|
||||
Reference in New Issue
Block a user