Skip to content

Commit

Permalink
fix(Stats View): 🐛 Remove old styles from data-tooltip
Browse files Browse the repository at this point in the history
This was used for testing
  • Loading branch information
SkepticMystic committed Aug 5, 2021
1 parent 280df0b commit 973bed2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ li.breadcrumbs-implied::marker {
.vis-view-options > * {
padding: 5px;
}
circle > title {
background-color: red !important;
color: red !important;
}

/* Source: https://svelte.dev/repl/3153faf7584d40bd8ddebecf39f24ac1?version=3.41.0 */
[data-tooltip] {
Expand Down Expand Up @@ -57,15 +53,15 @@ circle > title {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: red /* var(--background-primary); */;
background-color: var(--background-primary);
color: var(--text-normal);
content: attr(data-tooltip);
text-align: center;
font-size: var(--font-medium);
line-height: 1.2;
transition: 0.2s ease-out;
white-space: pre-line;
z-index: 1;
z-index: 100;
}

/* [data-tooltip]:after {
Expand Down

0 comments on commit 973bed2

Please sign in to comment.