-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styling): Total Footer Row small styling fixes
- add left border variable for footer cells
- Loading branch information
1 parent
17fed97
commit dc017f3
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
examples/vite-demo-vanilla-bundle/src/examples/example24.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/** override slick-cell to make it look like Excel sheet */ | ||
.grid24 { | ||
--slick-border-color: #b5b5b5; | ||
--slick-grid-border-color: #b5b5b5; | ||
--slick-cell-odd-background-color: #fbfbfb; | ||
--slick-cell-border-left: 1px solid var(--slick-border-color); | ||
--slick-grid-footer-cell-border-left: 1px solid var(--slick-border-color); | ||
--slick-header-menu-display: none; | ||
--slick-header-column-height: 20px; | ||
--slick-row-selected-color: #d4ebfd; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters