Prevent layout shift on th hover

pull/5703/head
Chocobozzz 2023-03-14 11:29:56 +01:00
parent 230af3e7db
commit 38819f82c2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 7 deletions

View File

@ -555,13 +555,6 @@ p-table {
&.p-sortable-column:hover {
background-color: pvar(--submenuBackgroundColor) !important;
border: 1px solid !important;
border-color: pvar(--submenuBackgroundColor) !important;
border-width: 0 1px !important;
&:first-child {
border-width: 0 1px 0 0 !important;
}
}
&.p-highlight {