File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6161 border-width : 0px ;
6262
6363 .mdc-data-table__row {
64- border-top-color : var (--pub-inset-bgColor );
64+ border-top-color : var (--pub-neutral-borderColor );
6565
6666 & :hover {
6767 background : inherit ;
105105.detail-tab-admin-content {
106106 h2 {
107107 & :not (:first-of-type ) {
108- border-top : 1px solid #ccc ;
108+ border-top : 1px solid var ( --pub-neutral-borderColor ) ;
109109 margin-top : 16px ;
110110 padding-top : 16px ;
111111 }
Original file line number Diff line number Diff line change 2424 --pub-color-dangerRed : #ff4242 ;
2525
2626 --pub-neutral-bgColor : var (--pub-color-white );
27+ --pub-neutral-borderColor : var (--pub-color-smokeWhite );
2728 --pub-neutral-hover-bgColor : var (--pub-color-snowWhite );
2829 --pub-inset-bgColor : var (--pub-color-smokeWhite );
2930 --pub-selected-bgColor : var (--pub-color-bubblesBlue );
108109 --pub-color-nipponUltraBlue : #23607f ;
109110
110111 --pub-neutral-bgColor : var (--pub-color-darkGunmetal );
112+ --pub-neutral-borderColor : var (--pub-color-anchorBlack );
111113 --pub-neutral-hover-bgColor : var (--pub-color-shadowBlack );
112114 --pub-inset-bgColor : var (--pub-color-anchorBlack );
113115 --pub-selected-bgColor : var (--pub-color-nipponUltraBlue );
You can’t perform that action at this time.
0 commit comments