Files
btpxpress-frontend/public/theme/extensions/_treetable.scss
2025-10-01 01:39:07 +00:00

19 lines
376 B
SCSS

.p-treetable {
.p-sortable-column {
outline: 0 none;
&:focus {
background-color: rgba($overlayColor, 0.03);
}
}
.p-treetable-tbody {
> tr {
outline: 0 none;
&:not(.p-highlight):focus {
background-color: rgba($overlayColor, 0.03);
}
}
}
}