Skip to content

Commit 45b2e32

Browse files
FIX: css syntax error of line-comment in deep selector
1 parent 6bc912f commit 45b2e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/display/display.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const actionTooltip = computed(() => {
241241
border-radius: 5rem; /* arbitrary value for a nice smooth rounding */
242242
243243
&:hover {
244-
background-color: color-mix(in srgb, var(--theme--background), var(--theme--primary) 25%); // like --theme--primary-background but with 25%
244+
background-color: color-mix(in srgb, var(--theme--background), var(--theme--primary) 25%); /* like --theme--primary-background but with 25% */
245245
}
246246
}
247247
}

0 commit comments

Comments
 (0)