Prevent layout shift on th hover
This commit is contained in:
parent
2dbcc3741b
commit
c105000de3
|
@ -555,13 +555,6 @@ p-table {
|
||||||
|
|
||||||
&.p-sortable-column:hover {
|
&.p-sortable-column:hover {
|
||||||
background-color: pvar(--submenuBackgroundColor) !important;
|
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 {
|
&.p-highlight {
|
||||||
|
|
Loading…
Reference in New Issue