mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-22 23:48:18 +08:00
Hide right border of last pinned column header in tables [SCI-10441] (#7282)
This commit is contained in:
parent
071f59ba1f
commit
2be31ca9f9
1 changed files with 5 additions and 0 deletions
|
@ -56,3 +56,8 @@ html {
|
|||
#relationships-section summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide right border of last pined column header. */
|
||||
.ag-pinned-left-header .ag-header-cell:last-child .ag-header-cell-resize:after {
|
||||
opacity: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue