Skip to content

Commit

Permalink
copy button tooltip is now inverted and bold
Browse files Browse the repository at this point in the history
  • Loading branch information
rouk1 committed Dec 20, 2024
1 parent 22625f7 commit 03747fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skrub/_reporting/_data/templates/copybutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@

.copied-message {
font-size: var(--font-size-s);
font-weight: bold;
background-color: var(--color-background-primary);
color: var(--color-text-primary);
padding: var(--spacing-s);
Expand All @@ -70,6 +71,7 @@
top: var(--spacing-xs);
margin: 0;
right: calc(100% + var(--spacing-s));
filter: invert(1);
}

.copybutton-left .copied-message {
Expand Down

0 comments on commit 03747fa

Please sign in to comment.