Prevent layout shift on th hover
This commit is contained in:
parent
230af3e7db
commit
38819f82c2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue