Skip to content

Commit

Permalink
FIX: css syntax error of line-comment in deep selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-Marcelino committed Jun 18, 2024
1 parent 6bc912f commit 45b2e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/display.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const actionTooltip = computed(() => {
border-radius: 5rem; /* arbitrary value for a nice smooth rounding */
&:hover {
background-color: color-mix(in srgb, var(--theme--background), var(--theme--primary) 25%); // like --theme--primary-background but with 25%
background-color: color-mix(in srgb, var(--theme--background), var(--theme--primary) 25%); /* like --theme--primary-background but with 25% */
}
}
}
Expand Down

0 comments on commit 45b2e32

Please sign in to comment.