Skip to content

Commit

Permalink
fix: floating-vue arrow style (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManUtopiK committed Jan 12, 2024
1 parent 46cc36f commit 4553d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ html.dark {
.v-popper--theme-tooltip .v-popper__arrow-inner,
.v-popper--theme-dropdown .v-popper__arrow-inner {
visibility: visible;
--at-apply: border-white dark: border-hex-121212;
--at-apply: border-white 'dark:border-hex-121212';
}

.v-popper--theme-tooltip .v-popper__arrow-outer,
Expand Down

0 comments on commit 4553d50

Please sign in to comment.