Skip to content

Commit

Permalink
cleanup unuse vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rouk1 committed Dec 13, 2024
1 parent 63158e1 commit 9e906b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions skrub/_reporting/_data/templates/_variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
/* borders */
--color-border-primary: #aaa;
--color-border-secondary: #cbcbcb;
--color-border-highlight-primary: #84e184;
--color-border-highlight-secondary: #eafaea;
--color-border-highlight: #eafaea;

/* shadows */
--color-shadow: rgb(255, 255, 255, 0.5);
Expand Down Expand Up @@ -114,8 +113,7 @@
/* borders */
--color-border-primary: #666;
--color-border-secondary: #444;
--color-border-highlight-primary: #2a9d8f;
--color-border-highlight-secondary: #264653;
--color-border-highlight: #264653;

/* shadows */
--color-shadow: rgba(0, 0, 0, 0.5);
Expand Down
4 changes: 2 additions & 2 deletions skrub/_reporting/_data/templates/column-summaries.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
position: relative;
background-color: var(--color-background-highlight-primary);
border-block-end: var(--border-s) solid
var(--color-border-highlight-secondary);
var(--color-border-highlight);
padding-right: 36px;
}

.columns-in-sample-tab .card {
border-color: var(--color-border-highlight-secondary);
border-color: var(--color-border-highlight);
}

/* Button for closing the card / deselecting the column in the table */
Expand Down

0 comments on commit 9e906b9

Please sign in to comment.