Skip to content

Commit

Permalink
Merge pull request #1386 from finos/column-styles
Browse files Browse the repository at this point in the history
Datagrid Styleable Column
  • Loading branch information
texodus authored Apr 22, 2021
2 parents e95dc52 + b39e898 commit 81ca9fa
Show file tree
Hide file tree
Showing 44 changed files with 1,254 additions and 744 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,5 @@ rust/perspective-vieux/pkg
rust/perspective-vieux/target
rust/perspective-vieux/target2
.emsdk
docs/static/css/material.dark.css
docs/i18n/en.json
59 changes: 0 additions & 59 deletions docs/i18n/en.json

This file was deleted.

7 changes: 7 additions & 0 deletions docs/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,11 @@ pre code.hljs {
.blockContent code.hljs.css.language-bash {
background: #000000;
color: #fff;
}

perspective-column-style {
background-color: #2a2c2f !important;
color: #c5c9d0 !important;
border: 1px solid #3b3f46 !important;
--input--border-color :#3b3f46 !important;
}
Loading

0 comments on commit 81ca9fa

Please sign in to comment.